build ntfsresize

(Logical change 1.13)
edge.strict_endians
cantab.net!aia21 2002-11-17 16:27:15 +00:00
parent 2c3d6ec8e6
commit d6d4202da4
2 changed files with 3 additions and 1 deletions

View File

@ -134,6 +134,7 @@ AC_OUTPUT([
ntfstools/ntfslabel.8
ntfstools/ntfsinfo.8
ntfstools/ntfsundelete.8
ntfstools/ntfsresize.8
linux-ntfs.spec
])

View File

@ -19,7 +19,8 @@ bin_PROGRAMS = ntfsfix ntfsinfo
sbin_PROGRAMS = mkntfs ntfslabel ntfsundelete ntfsresize
EXTRA_PROGRAMS = ntfsdump_logfile dumplog ntfswipe
man_MANS = mkntfs.8 ntfsfix.8 ntfslabel.8 ntfsinfo.8 ntfsundelete.8
man_MANS = mkntfs.8 ntfsfix.8 ntfslabel.8 ntfsinfo.8 ntfsundelete.8 \
ntfsresize.8
EXTRA_MANS =
CLEANFILES = $(EXTRA_PROGRAMS)