From ede0dbf1a3ee528f059903d4dfad96a91fe55186 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Aug 2009 14:07:54 +0200 Subject: added a (very, very basic) build system for the Java GUI ... so far, this can not be turned off (will do when I have merged the recent build system changes into this branch - I am glad that I at least have a working reference point now ;)). --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 34bb8f0d..37795233 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,8 @@ if ENABLE_ORACLE SUBDIRS += plugins/omoracle endif +SUBDIRS += java + # tests are added as last element, because tests may need different # modules that need to be generated first SUBDIRS += tests -- cgit