diff options
Diffstat (limited to 'tests/checkfs/Makemodule.am')
-rw-r--r-- | tests/checkfs/Makemodule.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/checkfs/Makemodule.am b/tests/checkfs/Makemodule.am index 6e1314f..64ab869 100644 --- a/tests/checkfs/Makemodule.am +++ b/tests/checkfs/Makemodule.am @@ -1,4 +1,5 @@ checkfs_SOURCES = tests/checkfs/checkfs.c tests/checkfs/comm.c +checkfs_SOURCES += tests/checkfs/common.h checkfs_CPPFLAGS = $(AM_CPPFLAGS) makefiles_SOURCES = tests/checkfs/makefiles.c @@ -7,13 +8,10 @@ makefiles_CPPFLAGS = $(AM_CPPFLAGS) CHECKFS_BINS = \ makefiles checkfs -CHECKFS_HEADER = \ - tests/checkfs/common.h - CHECKFS_EXTRA = \ tests/checkfs/README -EXTRA_DIST += $(CHECKFS_EXTRA) $(CHECKFS_HEADER) +EXTRA_DIST += $(CHECKFS_EXTRA) if INSTALL_TESTS pkglibexec_PROGRAMS += $(CHECKFS_BINS) |