summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 3784c39..c90cd0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,11 @@
AUTOMAKE_OPTIONS = gnu
-SUBDIRS = plugingui tools include src plugin drumgizmo man test
+SUBDIRS = tools include src plugin drumgizmo man test
DISTDIRS = plugingui tools include src plugin drumgizmo man test
+if DISABLE_GUI
+SUBDIRS += plugingui
+endif
+
EXTRA_DIST = \
version.h \
hugin/hugin.h \