From 815283e30574fb25cfdd105970387bbd9ae10394 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 15 Nov 2010 14:59:14 +0100 Subject: ausb: make ausb_test compile again --- host/ausb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/ausb/Makefile') 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: -- cgit v1.2.3