summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-12 08:00:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-12 08:00:20 +0000
commit31f122df80e3a16d4a18146799411a4d650e01d2 (patch)
tree71e22ae360864d99ec400ec19460f81b3270fa33 /plugins
parentdfe9cd65cf0f2cc5fb63384dfc8a5971e89b50a9 (diff)
downloadrsyslog-31f122df80e3a16d4a18146799411a4d650e01d2.tar.gz
rsyslog-31f122df80e3a16d4a18146799411a4d650e01d2.tar.xz
rsyslog-31f122df80e3a16d4a18146799411a4d650e01d2.zip
applied patch from Michael Biebl that fixed my doc change from yesterday
which was somewhat incomplete
Diffstat (limited to 'plugins')
-rw-r--r--plugins/omsnmp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omsnmp/Makefile.am b/plugins/omsnmp/Makefile.am
index 94f92fc8..f4afd09c 100644
--- a/plugins/omsnmp/Makefile.am
+++ b/plugins/omsnmp/Makefile.am
@@ -1,6 +1,6 @@
pkglib_LTLIBRARIES = omsnmp.la
-omsnmp_la_SOURCES = omsnmp.c
+omsnmp_la_SOURCES = omsnmp.c omsnmp.h
omsnmp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags)
omsnmp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
omsnmp_la_LIBADD = $(snmp_libs)