Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-24 15:25:31 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-24 15:25:31 (GMT)
commit5e33cba1571535c918759f7fe2177ab9eb5b971a (patch)
tree6bac6d63f4193fda95ca993b06d9649b5d311acc /Makefile.am
parent2f699999fc1a36a07c619531c7063f415156093e (diff)
Cleanup tiff configure checks. Fix for bug 305218.
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 0ccf05b..8f0cec1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,16 @@ SUBDIRS = lib cut-n-paste backend po help data
# Backends
-SUBDIRS += pdf ps pixbuf tiff
+SUBDIRS += pdf ps pixbuf
if ENABLE_DJVU
SUBDIRS += djvu
endif
+if ENABLE_TIFF
+ SUBDIRS += tiff
+endif
+
if ENABLE_DVI
SUBDIRS += dvi
endif