summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-27 14:07:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-27 14:07:54 +0200
commitede0dbf1a3ee528f059903d4dfad96a91fe55186 (patch)
tree8cfc10367daffd3b56d210bbb577299006a106ce /Makefile.am
parent18db197129260d77414d6a0fe4b1e75f80526cd7 (diff)
downloadrsyslog-ede0dbf1a3ee528f059903d4dfad96a91fe55186.tar.gz
rsyslog-ede0dbf1a3ee528f059903d4dfad96a91fe55186.tar.xz
rsyslog-ede0dbf1a3ee528f059903d4dfad96a91fe55186.zip
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 ;)).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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