From 693bc2696de497f303e10b7e4564c2277823a125 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2013 11:03:47 +0100 Subject: Added autotools project files. --- test/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..00229f7 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,7 @@ +bin_PROGRAMS = test + +test_LDADD = ../libusbhp/libusbhp.la +test_SOURCES = \ + test.cc + +include_HEADERS = -- cgit v1.2.3