diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 \ |