Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorMartin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>2002-09-24 13:13:53 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-24 13:13:53 (GMT)
commit0545825fc318b2cdefb230293b60b5e08f79a8e8 (patch)
tree9a2ee93ff3ea64b92c631128c5e03d0971d2c011 /pdf/xpdf/Makefile.am
parent6e48580a174da8ae497071f3adf7e95ab97b4015 (diff)
don't build gpdf here
2002-09-15 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> * Makefile.am: don't build gpdf here * gpdf.cc: move to ../shell/gpdf.c
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 961ded3..5b98d0c 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
$(libpaper_CFLAGS)
if WITH_GNOME
-gui = gpdf
+gui = ""
else
gui = xpdf
endif
@@ -99,18 +99,6 @@ common_sources = \
XRef.cc \
XRef.h
-gpdf_CFLAGS = \
- -DBONOBO_IO
-
-gpdf_SOURCES = \
- gpdf.cc
-
-gpdf_LDADD = \
- $(GTK_LIBS) \
- $(GNOME_LIBDIR) \
- $(EXTRA_GNOME_LIBS) \
- $(INTLLIBS)
-
bonobo_application_x_pdf_SOURCES = \
$(common_sources) \
BonoboStream.h \