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

noinst_PROGRAMS = test_blkdev

test_blkdev_SOURCES = 	$(top_srcdir)/lib/blkdev.c

if LINUX
test_blkdev_SOURCES += $(top_srcdir)/lib/linux_version.c
endif

test_blkdev_CFLAGS = -DMAIN_TEST_BLKDEV