From 9ce096619774708a36c1ef6c6d752878fda39526 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 20 Dec 2011 16:57:11 -0200 Subject: [PATCH] build-sys: remove remaining _SOURCES var --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 46c025a..ccc364f 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 \ -- 2.7.4