diff options
author | libdlo <libdlo@displaylink.com> | 2009-05-13 15:01:59 -0700 |
---|---|---|
committer | libdlo <libdlo@displaylink.com> | 2009-05-13 15:01:59 -0700 |
commit | 08128c66469b26ee44d8f43641c9c4aad81bbd3d (patch) | |
tree | 208b96a5a4c1f122cfb214824ec4b19f4682f4cd /test/test1/Makefile.am | |
parent | ce1c0c08f74c41be2d47ddee2c40b5850521053f (diff) |
Repurpose maintainer-clean to get to clean autotools files
so changes that need to be committed via git are more clear.
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 |