mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 01:40:42 +01:00
testbench: some modules were excluded in "make distcheck"
see also https://github.com/rsyslog/rsyslog/issues/3684
This commit is contained in:
parent
eb8077c0a5
commit
640514875e
16
Makefile.am
16
Makefile.am
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user