diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cd4871aa3..f813f6855 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,9 +1,10 @@ include $(top_srcdir)/config/include-Makefile.am -noinst_PROGRAMS = test_blkdev test_ismounted +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 @@ -11,5 +12,5 @@ endif test_blkdev_CFLAGS = -DTEST_PROGRAM test_ismounted_CFLAGS = -DTEST_PROGRAM - +test_pttype_CFLAGS = -DTEST_PROGRAM |