Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorYevgen Muntyan <muntyan@tamu.edu>2006-11-30 20:58:58 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-11-30 20:58:58 (GMT)
commit2dc20d298ea8064cf09bc5acc201a9df4e4cd4f0 (patch)
tree9308fb0aca3465335c0399cbdf4c1f45bd39e19b /Makefile.am
parentb62cd9e5c51ac21bde4a328c52f463913d84a1dc (diff)
Make pdf compilation optional. See bug #38007.
2006-11-30 Yevgen Muntyan <muntyan@tamu.edu> * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: (ev_document_factory_add_filters): * configure.ac: * shell/ev-window.c: (build_comments_string): Make pdf compilation optional. See bug #38007.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c04b74..c216292 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ SUBDIRS = cut-n-paste po help data
# Backends
+if ENABLE_PDF
SUBDIRS += pdf
+endif
if ENABLE_PS
SUBDIRS += ps