diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-29 15:28:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-29 15:28:25 +0200 |
commit | 4b613a4294e373301f3d8a3177d0ff993387f98d (patch) | |
tree | 41d08f0ca413adb0dd26563f1236a8258f1f0d5c /Makefile.am | |
parent | c3c385c63b627d559bdd7a7a710c543e9c16a20a (diff) | |
download | rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.gz rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.xz rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.zip |
fixed some minor nits in preperation for 3.21.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 47453443..a3a6e19b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,9 +50,7 @@ EXTRA_DIST = \ contrib/gnutls/cert.pem \ contrib/gnutls/key.pem -SUBDIRS = doc runtime . tests - -SUBDIRS += plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting +SUBDIRS = doc runtime . plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting if ENABLE_RSYSLOGD SUBDIRS += tools @@ -105,3 +103,7 @@ endif if ENABLE_RFC3195 SUBDIRS += plugins/im3195 endif + +# tests are added as last element, because tests may need different +# modules that need to be generated first +SUBDIRS += tests |