diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-03 21:33:54 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-03 21:33:54 (GMT) |
commit | 1a1403e4b9c5393841e0398e07c5666d3cc4415c (patch) | |
tree | 0973f1bc61629cef613f0639593f5febedd651f7 /plugins | |
parent | c320eeaa36f6a02e842c9a21ff6ed5673e35ff43 (diff) | |
download | monitoring-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')
-rw-r--r-- | plugins/Makefile.am | 1 |
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 | ||
130 | libgetopt.a: getopt.o getopt1.o | 130 | libgetopt.a: getopt.o getopt1.o |
131 | $(AR) -r $@ getopt.o getopt1.o | 131 | $(AR) -r $@ getopt.o getopt1.o |
132 | $(RANLIB) $@ | ||
132 | 133 | ||
133 | libsnprintf.a: snprintf.o | 134 | libsnprintf.a: snprintf.o |
134 | $(AR) -r $@ snprintf.o | 135 | $(AR) -r $@ snprintf.o |