diff options
Diffstat (limited to 'test/test1/Makefile.am')
-rw-r--r-- | test/test1/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test1/Makefile.am b/test/test1/Makefile.am index cb2d0f2..0a8fe23 100644 --- a/test/test1/Makefile.am +++ b/test/test1/Makefile.am @@ -1,2 +1,4 @@ bin_PROGRAMS = test1 -test1_SOURCES = test1.c
\ No newline at end of file +test1_SOURCES = test1.c +test1_LDADD = ../../src/libdlo.la +test1_LDFLAGS = -lusb
\ No newline at end of file |