Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-05-02 15:41:47 (GMT)
committer Ross Burton <rburton@src.gnome.org>2007-05-02 15:41:47 (GMT)
commit19fda2211a365c7ec0b298fe722289419f47ffcb (patch)
treee831a93366161939502f98df49c24659f86559a9 /Makefile.am
parentc74c0a3ed020014c55ca9320653e704b6608848a (diff)
Add --disable-thumbnailer (#434825)
2007-05-02 Ross Burton <ross@openedhand.com> * configure.ac: * Makefile.am: Add --disable-thumbnailer (#434825) svn path=/trunk/; revision=2431
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1c4889..14f3b1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,11 +5,14 @@ SUBDIRS = \
libdocument \
properties \
shell \
- thumbnailer \
po \
help \
test
+if ENABLE_THUMBNAILER
+SUBDIRS += thumbnailer
+endif
+
# Applications
intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in