Upload Tizen:Base source
[framework/base/util-linux-ng.git] / lib / Makefile.am
1 include $(top_srcdir)/config/include-Makefile.am
2
3 AM_CPPFLAGS += -DTEST_PROGRAM
4
5 noinst_PROGRAMS = test_blkdev test_ismounted test_pttype test_wholedisk
6
7 test_blkdev_SOURCES = blkdev.c
8 test_ismounted_SOURCES = ismounted.c
9 test_pttype_SOURCES = pttype.c
10 test_wholedisk_SOURCES = wholedisk.c
11
12 if LINUX
13 test_blkdev_SOURCES += linux_version.c
14 endif
15