diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-27 15:04:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-27 15:04:23 +0200 |
commit | 898a0df8ede6fb58241daed7cbb993e7fb01da13 (patch) | |
tree | 91411fab424c04df0ec4738d27baee8531d29fe0 /Makefile.am | |
parent | 63988ba095656ae0629a52a2ac8c2930ac4ddc20 (diff) | |
download | rsyslog-898a0df8ede6fb58241daed7cbb993e7fb01da13.tar.gz rsyslog-898a0df8ede6fb58241daed7cbb993e7fb01da13.tar.xz rsyslog-898a0df8ede6fb58241daed7cbb993e7fb01da13.zip |
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.
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 |