FreeBSD: Add $(LIBS) to libhidapi.so target (Makefile.freebsd)

This commit is contained in:
Alex Dupre
2012-07-16 00:52:17 -04:00
committed by Alan Ott
parent 6d50f8fa0f
commit 49021efd0f
+1 -1
View File
@@ -30,7 +30,7 @@ hidtest: $(OBJS)
# Shared Libs
libhidapi.so: $(COBJS)
$(CC) $(LDFLAGS) -shared -Wl,-soname,$@.0 $^ -o $@
$(CC) $(LDFLAGS) -shared -Wl,-soname,$@.0 $^ -o $@ $(LIBS)
# Objects
$(COBJS): %.o: %.c