summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: cd4871aa367de45ceff229a62a96a7d7643f30ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/config/include-Makefile.am

noinst_PROGRAMS = test_blkdev test_ismounted

test_blkdev_SOURCES = blkdev.c
test_ismounted_SOURCES = ismounted.c

if LINUX
test_blkdev_SOURCES += linux_version.c
endif

test_blkdev_CFLAGS = -DTEST_PROGRAM
test_ismounted_CFLAGS = -DTEST_PROGRAM