From 346821c54a99a709622523cf79f34f204dea2f93 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 22 Mar 2016 23:18:18 +0100 Subject: Enabled no gui selection to configure. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3