diff options
author | Michael Biebl <biebl@debian.org> | 2009-02-06 19:35:51 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-24 13:09:45 +0100 |
commit | 6685cd0c482f4fbd2e0e750f05e2c847a7a417e5 (patch) | |
tree | 9e160953f3758821e4a83eb1d22ba9fa880c4348 /Makefile.am | |
parent | e4620ab3a4a94c13b8ac401983a7c38357d58357 (diff) | |
download | rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.gz rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.xz rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.zip |
Split the m4 macros into a separate directory
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 dd3a60bc..d783a30e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,3 +107,5 @@ endif # tests are added as last element, because tests may need different # modules that need to be generated first SUBDIRS += tests + +ACLOCAL_AMFLAGS = -I m4 |