testbench: some modules were excluded in "make distcheck"

see also https://github.com/rsyslog/rsyslog/issues/3684
This commit is contained in:
Rainer Gerhards 2019-06-04 09:11:50 +02:00
parent eb8077c0a5
commit 640514875e
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -515,6 +515,22 @@ if ENABLE_OMCZMQ
DISTCHECK_CONFIGURE_FLAGS+= --enable-omczmq
endif
if ENABLE_MMTAGHOSTNAME
DISTCHECK_CONFIGURE_FLAGS+= --enable-mmtaghostname
endif
if ENABLE_IMTUXEDOULOG
DISTCHECK_CONFIGURE_FLAGS+= --enable-imtuxedolog
endif
if ENABLE_PMDB2DIAG
DISTCHECK_CONFIGURE_FLAGS+= --enable-pmdb2diag
endif
if ENABLE_IMBATCHREPORT
DISTCHECK_CONFIGURE_FLAGS+= --enable-imbatchreport
endif
if ENABLE_IMFILE
DISTCHECK_CONFIGURE_FLAGS+= --enable-imfile
endif