summaryrefslogtreecommitdiff
path: root/host/ausb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/ausb/Makefile')
-rw-r--r--host/ausb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/ausb/Makefile b/host/ausb/Makefile
index 6269739..fa42f1f 100644
--- a/host/ausb/Makefile
+++ b/host/ausb/Makefile
@@ -14,7 +14,7 @@ libausb.so: $(OBJS)
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $^
-ausb_test: ausb_test.o ausb.o
+ausb_test: ausb_test.o libausb.a
$(CC) $(CFLAGS) -lusb -o $@ $^
clean:
personal git repositories of Harald Welte. Your mileage may vary