summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0a8fe23..eed42c4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,4 @@
bin_PROGRAMS = test1
test1_SOURCES = test1.c
-test1_LDADD = ../../src/libdlo.la
+test1_LDADD = ../src/libdlo.la
test1_LDFLAGS = -lusb \ No newline at end of file