diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-15 17:59:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-15 17:59:38 +0200 |
commit | b00e7946e8dec90270f35c1060ac6d0abfe9df3e (patch) | |
tree | f28798d5f59b56e5843fbdc884343c07bc7d6d45 /Makefile.am | |
parent | f0e1a6588f96820a785b6b1940efcfad7ff85625 (diff) | |
download | rsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.tar.gz rsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.tar.xz rsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.zip |
first version of imsolaris created, cleanup for solaris done
more cleanup required, but things now basically work
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a02fa6a2..8401606a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,8 +59,8 @@ if ENABLE_IMKLOG SUBDIRS += plugins/imklog endif -if ENABLE_IMDOOR -SUBDIRS += plugins/imdoor +if ENABLE_IMSOLARIS +SUBDIRS += plugins/imsolaris endif if ENABLE_GSSAPI |