From 898a0df8ede6fb58241daed7cbb993e7fb01da13 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Aug 2009 15:04:23 +0200 Subject: added --enable-gui configure switch ... which now permits to enable/disable GUI components. This also checks if Java is present and, if not, complains during ./configure. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index be47e9f0..6791b859 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,9 @@ if ENABLE_ORACLE SUBDIRS += plugins/omoracle endif +if ENABLE_GUI SUBDIRS += java +endif # tests are added as last element, because tests may need different # modules that need to be generated first -- cgit