diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-09-21 16:19:08 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-10-05 13:46:57 +0200 |
commit | 030a63bc0c970332142c51f18e1597f8138bf86d (patch) | |
tree | 189861db4396f9cb4f1c91999b8b339af69299db /tests/checkfs | |
parent | 40dd609f93a65c381370384dfa0ee9f5ed0b9680 (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/checkfs')
-rw-r--r-- | tests/checkfs/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |