X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=src_test%2FMakefile.am;h=e331d77c58e3a7a8df8fbc7cdfb0884fbc55e993;hp=858dabd32d585d5b58cbc87d9be909364112bb34;hb=c2adfd4e17d4fb0c1c16d3bcf96dbd6ccb798753;hpb=852e13397b9b1c154f5ad3978ed4374d71ce6ba1 diff --git a/src_test/Makefile.am b/src_test/Makefile.am index 858dabd..e331d77 100644 --- a/src_test/Makefile.am +++ b/src_test/Makefile.am @@ -1,8 +1,11 @@ -noinst_PROGRAMS = test_logs +noinst_PROGRAMS = test_logs test_config test_logs_SOURCES = test_logs.c test_logs_LDADD = $(SRC_LIBS) ../src/.libs/libplp.a +test_config_SOURCES = test_config.c +test_config_LDADD = $(SRC_LIBS) ../src/.libs/libplp.a + AM_CPPFLAGS = $(SRC_CFLAGS) -I../src DISTCLEANFILES = Makefile.in \ No newline at end of file