summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2016-03-22 23:18:18 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2016-03-22 23:18:18 +0100
commit346821c54a99a709622523cf79f34f204dea2f93 (patch)
tree4c55b3ac37e3e37977dffcfd05fd3db1f77c1f40 /Makefile.am
parent8e2124ad955b51efb2f539998a369d7ca07cbc73 (diff)
Enabled no gui selection to configure.
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 \