From 31f122df80e3a16d4a18146799411a4d650e01d2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 12 Feb 2008 08:00:20 +0000 Subject: applied patch from Michael Biebl that fixed my doc change from yesterday which was somewhat incomplete --- doc/Makefile.am | 2 +- plugins/omsnmp/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 28cf6cea..8d126094 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -29,7 +29,7 @@ html_files = \ queueWorkerLogic.dia \ queueWorkerLogic.jpg \ queueWorkerLogic_small.jpg \ - rsconf1_actionexeconlyifpreviousissuspended.html \ + rsconf1_actionexeconlywhenpreviousissuspended.html \ rsconf1_actionresumeinterval.html \ rsconf1_allowedsender.html \ rsconf1_controlcharacterescapeprefix.html \ 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) -- cgit