aboutsummaryrefslogtreecommitdiff
path: root/tests/checkfs/Makemodule.am
blob: 9f913731626ed072620207fb532015d2269fb04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
makefiles_CPPFLAGS = $(AM_CPPFLAGS)

CHECKFS_BINS = \
	makefiles checkfs

EXTRA_DIST += tests/checkfs/README

if INSTALL_TESTS
pkglibexec_PROGRAMS += $(CHECKFS_BINS)
else
noinst_PROGRAMS += $(CHECKFS_BINS)
endif