From 3f8cf55f143828a4ada0b2446ea6fcdcf595ed60 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2013 06:40:17 -0400 Subject: Fixed compilation with autotools. --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 00229f7..43ad6b4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,7 @@ bin_PROGRAMS = test -test_LDADD = ../libusbhp/libusbhp.la +test_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la +test_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS) test_SOURCES = \ test.cc -- cgit v1.2.3