From 701abd42259bb247a821aa0c5a8c61aa9c51c117 Mon Sep 17 00:00:00 2001 From: nge Date: Tue, 20 Oct 2009 08:58:09 +0000 Subject: [PATCH] Reactivate Compilation possible without GUI --- src/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 494ec9c..44a12f5 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,9 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -SUBDIRS = MULTIPR MULTIPRGUI +SUBDIRS = MULTIPR + +if MULTIPR_ENABLE_GUI + SUBDIRS += MULTIPRGUI +endif -#if MULTIPR_ENABLE_GUI -# SUBDIRS += MULTIPRGUI -#endif -- 2.39.2