From 19fda2211a365c7ec0b298fe722289419f47ffcb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 02 May 2007 15:41:47 +0000 Subject: Add --disable-thumbnailer (#434825) 2007-05-02 Ross Burton * configure.ac: * Makefile.am: Add --disable-thumbnailer (#434825) svn path=/trunk/; revision=2431 --- (limited to 'Makefile.am') 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 -- cgit v0.9.1