From: Lucas De Marchi Date: Tue, 20 Dec 2011 18:57:11 +0000 (-0200) Subject: build-sys: remove remaining _SOURCES var X-Git-Tag: v2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce096619774708a36c1ef6c6d752878fda39526;p=thirdparty%2Fkmod.git build-sys: remove remaining _SOURCES var --- diff --git a/Makefile.am b/Makefile.am index 46c025a0..ccc364fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,10 +67,7 @@ endif TESTS = test/test-init test/test-loaded check_PROGRAMS = test/test-init test/test-loaded -test_test_init_SOURCES = test/test-init.c test_test_init_LDADD = libkmod/libkmod.la - -test_test_loaded_SOURCES = test/test-loaded.c test_test_loaded_LDADD = libkmod/libkmod.la noinst_PROGRAMS = test/test-insmod test/test-rmmod test/test-rmmod2 \