about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bfd5d1..89b03e3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ $(OBJS): config.h cpetpet.h
 libcpetpet.a libcpetpet.so: $(OBJS)
 
 libcpetpet.so:
-	cc -shared -o $@ ${LDFLAGS} ${LDLIBS} $^
+	cc -shared -o $@ $^ ${LDFLAGS}
 
 libcpetpet.a:
 	ar rcs $@ $^