summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugin_lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_lib/Makefile.in b/test/plugin_lib/Makefile.in
index 83d350c..00a2ea5 100644
--- a/test/plugin_lib/Makefile.in
+++ b/test/plugin_lib/Makefile.in
@@ -36,7 +36,7 @@ $(NAME1).o: $(SRCDIR)/$(NAME1).c
$(CC) $(CFLAGS) $(INCLUDES) -c $(SRCDIR)/$(NAME1).c
lib$(NAME1).so.$(VERSION): $(NAME1).o
- $(CC) -shared -Wl,-soname,lib$(NAME1).so.$(MAJOR) $^ -o $@
+ $(CC) -shared $^ -o $@
clean:
$(RM) *.o *.so* Makefile