parent
2e94e0d4ca
commit
1f2547829c
|
@ -21487,7 +21487,7 @@ done
|
|||
|
||||
|
||||
# Makefiles to be created by configure.
|
||||
ac_config_files="$ac_config_files Makefile doc/Makefile include/Makefile libntfs/Makefile libntfs/libntfs.conf libntfs/libntfs-gnomevfs.8 ntfsprogs/Makefile ntfsprogs/mkntfs.8 ntfsprogs/ntfscat.8 ntfsprogs/ntfsclone.8 ntfsprogs/ntfscluster.8 ntfsprogs/ntfsfix.8 ntfsprogs/ntfsinfo.8 ntfsprogs/ntfslabel.8 ntfsprogs/ntfsls.8 ntfsprogs/ntfsprogs.8 ntfsprogs/ntfsresize.8 ntfsprogs/ntfsundelete.8 ntfsprogs.spec"
|
||||
ac_config_files="$ac_config_files Makefile doc/Makefile include/Makefile include/ntfs/Makefile libntfs/Makefile libntfs/libntfs.conf libntfs/libntfs-gnomevfs.8 ntfsprogs/Makefile ntfsprogs/mkntfs.8 ntfsprogs/ntfscat.8 ntfsprogs/ntfsclone.8 ntfsprogs/ntfscluster.8 ntfsprogs/ntfsfix.8 ntfsprogs/ntfsinfo.8 ntfsprogs/ntfslabel.8 ntfsprogs/ntfsls.8 ntfsprogs/ntfsprogs.8 ntfsprogs/ntfsresize.8 ntfsprogs/ntfsundelete.8 ntfsprogs.spec"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
|
@ -22068,6 +22068,7 @@ do
|
|||
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
|
||||
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
||||
"include/ntfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/ntfs/Makefile" ;;
|
||||
"libntfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES libntfs/Makefile" ;;
|
||||
"libntfs/libntfs.conf" ) CONFIG_FILES="$CONFIG_FILES libntfs/libntfs.conf" ;;
|
||||
"libntfs/libntfs-gnomevfs.8" ) CONFIG_FILES="$CONFIG_FILES libntfs/libntfs-gnomevfs.8" ;;
|
||||
|
|
|
@ -202,6 +202,7 @@ AC_CONFIG_FILES([
|
|||
Makefile
|
||||
doc/Makefile
|
||||
include/Makefile
|
||||
include/ntfs/Makefile
|
||||
libntfs/Makefile
|
||||
libntfs/libntfs.conf
|
||||
libntfs/libntfs-gnomevfs.8
|
||||
|
|
|
@ -29,7 +29,7 @@ LTVERSION_LIBNTFS = 5:0:0
|
|||
LTVERSION_LIBNTFS_GNOMEVFS = 1:0:0
|
||||
|
||||
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
lib_LTLIBRARIES = libntfs.la
|
||||
libntfs_la_LDFLAGS = -version-info $(LTVERSION_LIBNTFS)
|
||||
|
|
|
@ -177,7 +177,7 @@ target_vendor = @target_vendor@
|
|||
LTVERSION_LIBNTFS = 5:0:0
|
||||
LTVERSION_LIBNTFS_GNOMEVFS = 1:0:0
|
||||
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
lib_LTLIBRARIES = libntfs.la
|
||||
libntfs_la_LDFLAGS = -version-info $(LTVERSION_LIBNTFS)
|
||||
|
|
|
@ -22,10 +22,10 @@ EXTRA_MANS =
|
|||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
# Set the include path.
|
||||
INCLUDES = -I$(top_srcdir)/include $(all_includes)
|
||||
INCLUDES = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
|
||||
ntfsfix_SOURCES = ntfsfix.c
|
||||
ntfsfix_LDADD = $(AM_LIBS)
|
||||
|
|
|
@ -168,10 +168,10 @@ EXTRA_MANS =
|
|||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include
|
||||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
# Set the include path.
|
||||
INCLUDES = -I$(top_srcdir)/include $(all_includes)
|
||||
INCLUDES = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
|
||||
ntfsfix_SOURCES = ntfsfix.c
|
||||
ntfsfix_LDADD = $(AM_LIBS)
|
||||
|
|
Loading…
Reference in New Issue