Auto merged
2004/05/03 15:41:18+01:00 flatcap.org!ntfs build process changes from the main line 2004/03/11 00:03:56+00:00 flatcap.org!flatcap Auto merged 2004/02/16 00:25:33+00:00 flatcap.org!ntfs add ntfsrm to the build (Logical change 1.400)edge.strict_endians
parent
7d26680bff
commit
2bb3b959a1
|
@ -13,7 +13,7 @@ LINK=$(STATIC_LINK) $(LIBTOOL_LINK)
|
|||
|
||||
bin_PROGRAMS = ntfsfix ntfsinfo ntfscluster ntfsls ntfscat
|
||||
sbin_PROGRAMS = mkntfs ntfslabel ntfsundelete ntfsresize ntfsclone
|
||||
EXTRA_PROGRAMS = ntfsdump_logfile ntfswipe ntfstruncate ntfsmove
|
||||
EXTRA_PROGRAMS = ntfsdump_logfile ntfswipe ntfstruncate ntfsmove ntfsrm
|
||||
|
||||
man_MANS = mkntfs.8 ntfsfix.8 ntfslabel.8 ntfsinfo.8 \
|
||||
ntfsundelete.8 ntfsresize.8 ntfsprogs.8 ntfsls.8 \
|
||||
|
@ -69,6 +69,10 @@ ntfscat_LDFLAGS = $(AM_LFLAGS)
|
|||
|
||||
# We don't distribute these
|
||||
|
||||
ntfsrm_SOURCES = ntfsrm.c ntfsrm.h utils.c utils.h
|
||||
ntfsrm_LDADD = $(AM_LIBS)
|
||||
ntfsrm_LDFLAGS = $(AM_LFLAGS)
|
||||
|
||||
ntfstruncate_SOURCES = attrdef.c ntfstruncate.c utils.c utils.h
|
||||
ntfstruncate_LDADD = $(AM_LIBS)
|
||||
ntfstruncate_LDFLAGS = $(AM_LFLAGS)
|
||||
|
|
Loading…
Reference in New Issue