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:30:52 +0100 |
commit | 25dd212bd0bbd68edf774221429bc59001794a7e (patch) | |
tree | c3b3a4cfc2ef40d5dcfb83f2b5c83fc646722737 | |
parent | 0f21ae56b4e1737e21d8103ae0027377218873eb (diff) | |
download | rsyslog-25dd212bd0bbd68edf774221429bc59001794a7e.tar.gz rsyslog-25dd212bd0bbd68edf774221429bc59001794a7e.tar.bz2 rsyslog-25dd212bd0bbd68edf774221429bc59001794a7e.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 |