From 030a63bc0c970332142c51f18e1597f8138bf86d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 21 Sep 2017 16:19:08 +0200 Subject: tests: checkfs: Remove unused source file from makefiles The file comm.c was erroneously compiled into makefiles. This patch fixes that in the Automake file. Signed-off-by: David Oberhollenzer --- tests/checkfs/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/checkfs/Makemodule.am b/tests/checkfs/Makemodule.am index f4e9225..6e1314f 100644 --- a/tests/checkfs/Makemodule.am +++ b/tests/checkfs/Makemodule.am @@ -1,7 +1,7 @@ checkfs_SOURCES = tests/checkfs/checkfs.c tests/checkfs/comm.c checkfs_CPPFLAGS = $(AM_CPPFLAGS) -makefiles_SOURCES = tests/checkfs/makefiles.c tests/checkfs/comm.c +makefiles_SOURCES = tests/checkfs/makefiles.c makefiles_CPPFLAGS = $(AM_CPPFLAGS) CHECKFS_BINS = \ -- cgit v1.2.3