From aecda4e4885f504a5f4fdff7cfe588f07d86bb41 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 4 Nov 2003 13:04:07 +0000 Subject: [PATCH] Update build for ntfs gnome vfs 2003/11/04 11:46:06+00:00 cantab.net!aia21 Fix typo. 2003/11/04 11:44:39+00:00 cantab.net!aia21 Add ntfs gnome vfs library. (Logical change 1.223) --- libntfs/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libntfs/Makefile.am b/libntfs/Makefile.am index 4b464666..887f42c1 100644 --- a/libntfs/Makefile.am +++ b/libntfs/Makefile.am @@ -26,6 +26,8 @@ # LTVERSION = 5:0:0 +LTVERSION_LIBNTFS_GNOMEVFS = 1:0:0 + # Later gcc require -fms-extensions to work. if GCC_NEEDS_MS_EXTENSIONS @@ -61,7 +63,18 @@ libntfs_la_SOURCES = \ unistr.c \ volume.c +gnomevfsmoduleslibdir = $(libdir)/gnome-vfs-2.0/modules +gnomevfsmoduleslib_LTLIBRARIES = libntfs-gnomevfs.la + +libntfs_gnomevfs_la_LDFLAGS = -version-info $(LTVERSION_LIBNTFS_GNOMEVFS) +libntfs_gnomevfs_la_SOURCES = \ + gnome-vfs-method.c \ + gnome-vfs-module.c + +gnomevfsmodulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules +gnomevfsmodulesconf_DATA = libntfs.conf + INCLUDES = $(linux_ntfsincludedir) $(all_includes) -EXTRA_DIST=unix_io.c win32_io.c +EXTRA_DIST = unix_io.c win32_io.c libntfs.conf.in