diff options
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 |