summaryrefslogblamecommitdiffstats
path: root/lib/Makefile.am
blob: 5600d18c2bc932bc9d07179904694d89b9bd3351 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                

                             
                                                           
 

                                    
                                    

        
                                      

     
include $(top_srcdir)/config/include-Makefile.am

AM_CPPFLAGS += -DTEST_PROGRAM

noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk

test_blkdev_SOURCES = blkdev.c
test_ismounted_SOURCES = ismounted.c
test_wholedisk_SOURCES = wholedisk.c

if LINUX
test_blkdev_SOURCES += linux_version.c
endif