diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-14 09:36:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-14 09:36:37 +0100 |
commit | 33366f2f1e271f47edeed75f69d9885171e61ea0 (patch) | |
tree | 4c87254697808b7e14f3a97348ce33f88da2fe25 /Makefile.am | |
parent | 91d4e54a6707fa87298e367fb734fed931310b40 (diff) | |
download | rsyslog-33366f2f1e271f47edeed75f69d9885171e61ea0.tar.gz rsyslog-33366f2f1e271f47edeed75f69d9885171e61ea0.tar.xz rsyslog-33366f2f1e271f47edeed75f69d9885171e61ea0.zip |
added the template modules to the things being checked during distcheck
While they are not meant for production, interface changes may not
show up if they are not included in distecheck. This may be distrubing
to users. The chances is even greater as there usually is no need
to compile and/or check these modules during regular development.
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 4e3e9476..53c04922 100644 --- a/Makefile.am +++ b/Makefile.am @@ -233,5 +233,7 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \ --enable-pmaixforwardedfrom \ --enable-pmcisconames \ --enable-pmsnare \ + --enable-imtemplate \ + --enable-omtemplate \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) ACLOCAL_AMFLAGS = -I m4 |