make undelete use the utils

(Logical change 1.88)
edge.strict_endians
flatcap.org!flatcap 2003-01-11 02:09:53 +00:00
parent fd4f5e41ca
commit 986c523c33
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ ntfsinfo_SOURCES = ntfsinfo.c
ntfsinfo_LDADD = $(AM_LIBS)
ntfsinfo_LDFLAGS = $(AM_LFLAGS)
ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h
ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h utils.c utils.h
ntfsundelete_LDADD = $(AM_LIBS)
ntfsundelete_LDFLAGS = $(AM_LFLAGS)

View File

@ -132,7 +132,7 @@ ntfsinfo_SOURCES = ntfsinfo.c
ntfsinfo_LDADD = $(AM_LIBS)
ntfsinfo_LDFLAGS = $(AM_LFLAGS)
ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h
ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h utils.c utils.h
ntfsundelete_LDADD = $(AM_LIBS)
ntfsundelete_LDFLAGS = $(AM_LFLAGS)
@ -219,7 +219,7 @@ ntfslabel_OBJECTS = ntfslabel.$(OBJEXT)
@REALLYSTATIC_TRUE@$(top_srcdir)/libntfs/.libs/libntfs.a
@REALLYSTATIC_FALSE@ntfslabel_DEPENDENCIES = \
@REALLYSTATIC_FALSE@$(top_srcdir)/libntfs/libntfs.la
ntfsundelete_OBJECTS = ntfsundelete.$(OBJEXT)
ntfsundelete_OBJECTS = ntfsundelete.$(OBJEXT) utils.$(OBJEXT)
@REALLYSTATIC_TRUE@ntfsundelete_DEPENDENCIES = \
@REALLYSTATIC_TRUE@$(top_srcdir)/libntfs/.libs/libntfs.a
@REALLYSTATIC_FALSE@ntfsundelete_DEPENDENCIES = \