X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src_test%2FMakefile.am;h=be3a2dbf8997c7113f3355f461f9d21783140cbd;hb=034b14870060e6594bfb304502ca057a0771b585;hp=27a5c41cceb8935dff726856e5e600397fd12546;hpb=64f4c95cf6d3a772bfc721081dc39e2105c2756c;p=lib1wire.git diff --git a/src_test/Makefile.am b/src_test/Makefile.am index 27a5c41..be3a2db 100644 --- a/src_test/Makefile.am +++ b/src_test/Makefile.am @@ -1,13 +1,13 @@ noinst_PROGRAMS = \ - test_w1\ - test_w1_datalog_read - -test_w1_SOURCES = test_w1.cc -test_w1_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a + test_w1_datalog_read \ + test_w1_datalog_write test_w1_datalog_read_SOURCES = test_w1_datalog_read.cc test_w1_datalog_read_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a +test_w1_datalog_write_SOURCES = test_w1_datalog_write.cc +test_w1_datalog_write_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a + AM_CPPFLAGS = $(SRC_CFLAGS) -I../src DISTCLEANFILES = Makefile.in \ No newline at end of file