summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-28 14:02:06 +0100
committerraveit65 <[email protected]>2020-02-04 23:00:30 +0100
commit43c2d257abf33d402bf6e219a0a5362db7b9ba64 (patch)
treebafaff02b0e3e17803c2ad3c9652c2f46d10411a /Makefile.am
parentb8914e016c2e5b62f0583aaa742d36e0a3423161 (diff)
downloadeom-43c2d257abf33d402bf6e219a0a5362db7b9ba64.tar.bz2
eom-43c2d257abf33d402bf6e219a0a5362db7b9ba64.tar.xz
thumbnailer: add --with-gdk-pixbuf-thumbnailer option
Let user choose gdk-pixbuf-thumbnailer or eom-thumbnailer for making webp thumbnails.
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 d9e2d75..f52e167 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,11 @@ if ENABLE_JPEG
jpeg_DIRS = jpegutils
endif
-SUBDIRS = po $(jpeg_DIRS) cut-n-paste src man plugins help data doc thumbnailer
+SUBDIRS = po $(jpeg_DIRS) cut-n-paste src man plugins help data doc
+
+if ENABLE_THUMBNAILER
+SUBDIRS += thumbnailer
+endif
EXTRA_DIST = \
AUTHORS \