Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authoreblima <eblima@e12069bd-dc25-0410-a696-d39a8afcd844>2005-12-21 21:29:39 (GMT)
committer eblima <eblima@e12069bd-dc25-0410-a696-d39a8afcd844>2005-12-21 21:29:39 (GMT)
commit274029a72396d7d957edc5d4931b0eb4bc28bf3f (patch)
tree007f3af3ce438711c652cd36d6d4125292f141f1 /Makefile.am
parentc72ab2561c685867f1e0e723c20c4bfb8c55c903 (diff)
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. git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@1517 e12069bd-dc25-0410-a696-d39a8afcd844
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