summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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