diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-13 09:16:50 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-13 09:16:50 +0100 |
commit | 64a740a86162b19b3f57bcf221ce49aa6e57523a (patch) | |
tree | d787216988bfc673f8db23e19107bd21045cf5bb /Makefile.am | |
parent | 31125de72f3d787efb5b6ae8ba3117541b331bbc (diff) | |
download | rsyslog-64a740a86162b19b3f57bcf221ce49aa6e57523a.tar.gz rsyslog-64a740a86162b19b3f57bcf221ce49aa6e57523a.tar.xz rsyslog-64a740a86162b19b3f57bcf221ce49aa6e57523a.zip |
integrated pmciscomsg into the build system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 680a819e..39b24f8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,6 +123,10 @@ if ENABLE_OMSTDOUT SUBDIRS += plugins/omstdout endif +if ENABLE_PMCISCONAMES +SUBDIRS += plugins/pmcisconames +endif + if ENABLE_PMLASTMSG SUBDIRS += plugins/pmlastmsg endif |