diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 11:03:47 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 11:03:47 +0100 | 
| commit | 693bc2696de497f303e10b7e4564c2277823a125 (patch) | |
| tree | da93f78a3c307f765c4420503eb6d31e1d3783f7 /test | |
| parent | 0f2dfd5817375c333dcb3348ff53b9cdc0a474e1 (diff) | |
Added autotools project files.
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 7 | 
1 files changed, 7 insertions, 0 deletions
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 =  | 
