[poppler] poppler/utils: Makefile.am,1.6,1.7
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Feb 23 14:26:07 PST 2006
Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv5951/utils
Modified Files:
Makefile.am
Log Message:
Don't build pdftoppm when splashoutput is disabled as it does not link
Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/utils/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 4 Feb 2006 20:31:00 -0000 1.6
+++ Makefile.am 23 Feb 2006 22:26:05 -0000 1.7
@@ -14,7 +14,7 @@
pdftops \
pdftotext \
pdftohtml \
- pdftoppm
+ $(pdftoppm_binary)
EXTRA_DIST = pdf2xml.dtd
@@ -25,7 +25,8 @@
pdftops.1 \
pdftotext.1 \
pdftohtml.1 \
- pdftoppm.1
+ $(pdftoppm_manpage)
+
common = parseargs.c parseargs.h
@@ -61,6 +62,14 @@
HtmlOutputDev.h \
$(common)
+if BUILD_SPLASH_OUTPUT
+
pdftoppm_SOURCES = \
pdftoppm.cc \
$(common)
+
+pdftoppm_binary = pdftoppm
+
+pdftoppm_manpage =pdftoppm.1
+
+endif
\ No newline at end of file
More information about the poppler
mailing list