From 25dd212bd0bbd68edf774221429bc59001794a7e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2013 18:30:52 +0100 Subject: fix compile problem due to new (Solaris) compat layer The compat layer was not fully integrated into the build system, causing ./configure to fail. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3