diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |