aboutsummaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-02-03 21:33:54 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-02-03 21:33:54 +0000
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 e7030022..d21a20d0 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -129,6 +129,7 @@ snprintf.o: snprintf.c
libgetopt.a: getopt.o getopt1.o
$(AR) -r $@ getopt.o getopt1.o
+ $(RANLIB) $@
libsnprintf.a: snprintf.o
$(AR) -r $@ snprintf.o