Update of /cvsroot/libexif/libexif/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11184/test
Modified Files:
Makefile.am
Log Message:
2005-12-27 Lutz Mueller <lu...@to...>
* test/Makefile.am: Remove the SOURCES variables - they are not necessary.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -d -r1.18 -r1.19
--- Makefile.am 26 Dec 2005 00:40:15 -0000 1.18
+++ Makefile.am 27 Dec 2005 21:23:16 -0000 1.19
@@ -14,11 +14,8 @@ TESTS = test-mem test-value
check_PROGRAMS = test-mem test-mnote test-value
-test_mem_SOURCES = test_mem.c
test_mem_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
-test_mnote_SOURCES = test_mnote.c
test_mnote_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
-test_value_SOURCES = test_value.c
test_value_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
|