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

noinst_PROGRAMS = test_blkdev test_ismounted test_pttype

test_blkdev_SOURCES = blkdev.c
test_ismounted_SOURCES = ismounted.c
test_pttype_SOURCES = pttype.c

if LINUX
test_blkdev_SOURCES += linux_version.c
endif

test_blkdev_CFLAGS = -DTEST_PROGRAM
test_ismounted_CFLAGS = -DTEST_PROGRAM
test_pttype_CFLAGS = -DTEST_PROGRAM