Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pdf/xpdf/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 66f4e6f..bf21a2b 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -117,25 +117,25 @@ common_sources = \
UTF8.h
libgpdf_a_SOURCES = \
+ BonoboStream.cc \
+ BonoboStream.h \
+ GnomeVFSStream.cc \
+ GnomeVFSStream.h \
gpdf-link-canvas-item.cc \
gpdf-link-canvas-item.h \
gpdf-links-canvas-layer.cc \
- gpdf-links-canvas-layer.h
+ gpdf-links-canvas-layer.h \
+ gpdf-persist-stream.cc \
+ gpdf-persist-stream.h
gnome_pdf_viewer_SOURCES = \
$(common_sources) \
- BonoboStream.cc \
- BonoboStream.h \
- GnomeVFSStream.cc \
- GnomeVFSStream.h \
GPOutputDev.cc \
GPOutputDev.h \
bonobo-application-x-pdf.cc \
gpdf-control.cc \
gpdf-control.h \
gpdf-g-switch.h \
- gpdf-persist-stream.cc \
- gpdf-persist-stream.h \
gpdf-stock-icons.c \
gpdf-stock-icons.h \
gpdf-util.h \