diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-10 18:30:52 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-10 18:32:10 +0100 |
commit | 53b3895f759461f57d28bf4053cf175704154570 (patch) | |
tree | a3b521800ab81c65044e1b1bc9a74b30370c323b | |
parent | b6249c44616cd828c2d53506109b50afd2e61839 (diff) | |
download | rsyslog-53b3895f759461f57d28bf4053cf175704154570.tar.gz rsyslog-53b3895f759461f57d28bf4053cf175704154570.tar.bz2 rsyslog-53b3895f759461f57d28bf4053cf175704154570.zip |
fix compile problem due to new (Solaris) compat layer
The compat layer was not fully integrated into the build system,
causing ./configure to fail.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd1d22b4..edeb7dea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ EXTRA_DIST = \ contrib/gnutls/key.pem \ rsyslog.service.in -SUBDIRS = doc runtime grammar . plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting +SUBDIRS = doc runtime grammar compat . plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting if ENABLE_RSYSLOGD SUBDIRS += tools |