From 986c523c3352d9bfe79db1485a6e9e21ee429090 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Sat, 11 Jan 2003 02:09:53 +0000 Subject: [PATCH] make undelete use the utils (Logical change 1.88) --- 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 5d750aab..dbef2436 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -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) diff --git a/ntfsprogs/Makefile.in b/ntfsprogs/Makefile.in index a442f7e7..a9970ae5 100644 --- a/ntfsprogs/Makefile.in +++ b/ntfsprogs/Makefile.in @@ -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 = \