summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 06:40:17 -0400
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-26 06:40:17 -0400
commit3f8cf55f143828a4ada0b2446ea6fcdcf595ed60 (patch)
tree56b5056a478525c015cc3ef8025081f7a72bb93f /test
parent42fb6a9474cb189d62d895bbc65185d7223ca564 (diff)
Fixed compilation with autotools.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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