* debug/test/Makefile.am (noinst_SCRIPTS): Add test_fs_hfs and test_fs_hfsplus. * libparted/fs/hfs/Makefile.am (EXTRA_DIST): Add DOC and HISTORY. * tests/Makefile.am (TESTS): Add t3200-type-change.sh.
Signed-off-by: Colin Watson <[email protected]> --- debug/test/Makefile.am | 2 ++ libparted/fs/hfs/Makefile.am | 2 ++ tests/Makefile.am | 1 + 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/debug/test/Makefile.am b/debug/test/Makefile.am index ccb3e33..4c5b2f7 100644 --- a/debug/test/Makefile.am +++ b/debug/test/Makefile.am @@ -8,6 +8,8 @@ noinst_SCRIPTS = test \ test_disk_sun \ test_fs_ext2 \ test_fs_fat \ + test_fs_hfs \ + test_fs_hfsplus \ test_fs_linux_swap \ test_fs_reiserfs \ build_leak_list diff --git a/libparted/fs/hfs/Makefile.am b/libparted/fs/hfs/Makefile.am index 00cefe4..053bce1 100644 --- a/libparted/fs/hfs/Makefile.am +++ b/libparted/fs/hfs/Makefile.am @@ -14,4 +14,6 @@ libhfs_la_SOURCES = hfs.c hfs.h \ INCLUDES = $(partedincludedir) $(INTLINCS) +EXTRA_DIST = DOC HISTORY + MAINTAINERCLEANFILES = Makefile.in diff --git a/tests/Makefile.am b/tests/Makefile.am index 0cc7279..49829c5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,6 +24,7 @@ TESTS = \ t2300-dos-label-extended-bootcode.sh \ t2400-dos-hfs-partition-type.sh \ t3000-resize-fs.sh \ + t3200-type-change.sh \ t4000-sun-raid-type.sh \ t4001-sun-vtoc.sh \ t4100-msdos-partition-limits.sh \ -- 1.7.0 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

