Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19495/ntfsprogs
Modified Files:
Makefile.am Makefile.in
Log Message:
Move ntfsmount to extra programs as it doesn't even approximate being
compilable! (At least on my machine which has fuse 2.2.1.)
And I need a working snapshot for Timur.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- Makefile.am 5 Jul 2005 01:18:04 -0000 1.34
+++ Makefile.am 9 Jul 2005 21:32:21 -0000 1.35
@@ -28,7 +28,7 @@ CLEANFILES = $(EXTRA_PROGRAMS)
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
if ENABLE_FUSE_MODULE
-bin_PROGRAMS += ntfsmount
+EXTRA_PROGRAMS += ntfsmount
endif
# Set the include path.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/Makefile.in,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- Makefile.in 5 Jul 2005 01:18:04 -0000 1.73
+++ Makefile.in 9 Jul 2005 21:32:21 -0000 1.74
@@ -40,13 +40,13 @@ build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
bin_PROGRAMS = ntfsfix$(EXEEXT) ntfsinfo$(EXEEXT) ntfscluster$(EXEEXT) \
- ntfsls$(EXEEXT) ntfscat$(EXEEXT) $(am__EXEEXT_1)
+ ntfsls$(EXEEXT) ntfscat$(EXEEXT)
sbin_PROGRAMS = mkntfs$(EXEEXT) ntfslabel$(EXEEXT) \
ntfsundelete$(EXEEXT) ntfsresize$(EXEEXT) ntfsclone$(EXEEXT) \
ntfscp$(EXEEXT)
EXTRA_PROGRAMS = ntfsdump_logfile$(EXEEXT) ntfswipe$(EXEEXT) \
ntfstruncate$(EXEEXT) ntfsmove$(EXEEXT) ntfsrm$(EXEEXT) \
- ntfsmftalloc$(EXEEXT)
+ ntfsmftalloc$(EXEEXT) $(am__EXEEXT_1)
@ENABLE_FUSE_MODULE_TRUE@am__append_1 = ntfsmount
subdir = ntfsprogs
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
@@ -240,7 +240,6 @@ ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
ac_ct_RANLIB = @ac_ct_RANLIB@
ac_ct_STRIP = @ac_ct_STRIP@
-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
all_includes = @all_includes@
all_libraries = @all_libraries@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|