aboutsummaryrefslogtreecommitdiff
path: root/tests/checkfs/Makemodule.am
blob: 64ab869f387f4f3e3e3861cca08fb0eade6f3447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

CHECKFS_EXTRA = \
	tests/checkfs/README

EXTRA_DIST += $(CHECKFS_EXTRA)

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