Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorEduardo Lima <eduardo.lima@indt.org.br>2005-12-21 21:29:39 (GMT)
committer Eduardo de Barros Lima <eblima@src.gnome.org>2005-12-21 21:29:39 (GMT)
commit469d80f6b3dcfc2900f0faf5ab553fb3531c41f9 (patch)
tree82eb06b5273b9371f2a93423a761742e78cb96c2 /Makefile.am
parentad8c5759a29adf76e69b525c6e5e69a6999d3382 (diff)
Included option in configure to make ps backend compilation optional with
2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br> * Makefile.am: * configure.ac: * backend/Makefile.am: * backend/ev-document-factory.c: * shell/ev-document-types.c: Included option in configure to make ps backend compilation optional with --disable-ps.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5acc74f..de5ad3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,11 @@ SUBDIRS = cut-n-paste po help data
# Backends
-SUBDIRS += pdf ps
+SUBDIRS += pdf
+
+if ENABLE_PS
+SUBDIRS += ps
+endif
if ENABLE_PIXBUF
SUBDIRS += pixbuf