diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 06:40:17 -0400 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 06:40:17 -0400 |
commit | 3f8cf55f143828a4ada0b2446ea6fcdcf595ed60 (patch) | |
tree | 56b5056a478525c015cc3ef8025081f7a72bb93f /test/Makefile.am | |
parent | 42fb6a9474cb189d62d895bbc65185d7223ca564 (diff) |
Fixed compilation with autotools.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
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 |