diff options
author | Andre Lorbach <alorbach@adiscon.com> | 2008-01-22 12:50:32 +0000 |
---|---|---|
committer | Andre Lorbach <alorbach@adiscon.com> | 2008-01-22 12:50:32 +0000 |
commit | de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a (patch) | |
tree | 231010634b6d48f064b76c1b1bf0a8f5cb8fd2db /plugins/omsnmp/Makefile.am | |
parent | 736ecb10fb179ad763d8d509ab2c149f6489ba70 (diff) | |
download | rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.gz rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.bz2 rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.zip |
Module OMSNMP intially added, not completed yet.
Diffstat (limited to 'plugins/omsnmp/Makefile.am')
-rw-r--r-- | plugins/omsnmp/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/omsnmp/Makefile.am b/plugins/omsnmp/Makefile.am new file mode 100644 index 00000000..662d882c --- /dev/null +++ b/plugins/omsnmp/Makefile.am @@ -0,0 +1,6 @@ +pkglib_LTLIBRARIES = omsnmp.la + +omsnmp_la_SOURCES = omsnmp.c +omsnmp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) +omsnmp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +omsnmp_la_LIBADD = |