From 5fd45f8c7674c6590a033c133e256b98c37e011d Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Sun, 19 Jan 2003 23:45:17 +0000 Subject: [PATCH] ntfsresize now uses the utils (Logical change 1.106) --- ntfsprogs/Makefile.am | 2 +- ntfsprogs/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 72b788a5..f675da67 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -53,7 +53,7 @@ ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h utils.c utils.h ntfsundelete_LDADD = $(AM_LIBS) ntfsundelete_LDFLAGS = $(AM_LFLAGS) -ntfsresize_SOURCES = ntfsresize.c +ntfsresize_SOURCES = ntfsresize.c utils.c utils.h ntfsresize_LDADD = $(AM_LIBS) ntfsresize_LDFLAGS = $(AM_LFLAGS) diff --git a/ntfsprogs/Makefile.in b/ntfsprogs/Makefile.in index 90a28059..59316865 100644 --- a/ntfsprogs/Makefile.in +++ b/ntfsprogs/Makefile.in @@ -136,7 +136,7 @@ ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h utils.c utils.h ntfsundelete_LDADD = $(AM_LIBS) ntfsundelete_LDFLAGS = $(AM_LFLAGS) -ntfsresize_SOURCES = ntfsresize.c +ntfsresize_SOURCES = ntfsresize.c utils.c utils.h ntfsresize_LDADD = $(AM_LIBS) ntfsresize_LDFLAGS = $(AM_LFLAGS) @@ -225,7 +225,7 @@ ntfsundelete_OBJECTS = ntfsundelete.$(OBJEXT) utils.$(OBJEXT) @REALLYSTATIC_TRUE@$(top_srcdir)/libntfs/.libs/libntfs.a @REALLYSTATIC_FALSE@ntfsundelete_DEPENDENCIES = \ @REALLYSTATIC_FALSE@$(top_srcdir)/libntfs/libntfs.la -ntfsresize_OBJECTS = ntfsresize.$(OBJEXT) +ntfsresize_OBJECTS = ntfsresize.$(OBJEXT) utils.$(OBJEXT) @REALLYSTATIC_TRUE@ntfsresize_DEPENDENCIES = \ @REALLYSTATIC_TRUE@$(top_srcdir)/libntfs/.libs/libntfs.a @REALLYSTATIC_FALSE@ntfsresize_DEPENDENCIES = \