summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-02-03 21:33:54 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-02-03 21:33:54 (GMT)
commit1a1403e4b9c5393841e0398e07c5666d3cc4415c (patch)
tree0973f1bc61629cef613f0639593f5febedd651f7 /plugins/Makefile.am
parentc320eeaa36f6a02e842c9a21ff6ed5673e35ff43 (diff)
downloadmonitoring-plugins-1a1403e4b9c5393841e0398e07c5666d3cc4415c.tar.gz
Patch for Mac OS X compile (652080 - Ton Voon)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e703002..d21a20d 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -129,6 +129,7 @@ snprintf.o: snprintf.c
129 129
130libgetopt.a: getopt.o getopt1.o 130libgetopt.a: getopt.o getopt1.o
131 $(AR) -r $@ getopt.o getopt1.o 131 $(AR) -r $@ getopt.o getopt1.o
132 $(RANLIB) $@
132 133
133libsnprintf.a: snprintf.o 134libsnprintf.a: snprintf.o
134 $(AR) -r $@ snprintf.o 135 $(AR) -r $@ snprintf.o