Redirected libntfs includes in gnome-vfs-method.c to libntfs-3g. (And fixed Makefile.am accordingly.)
parent
5b9b4c7e49
commit
a0ee1d225d
|
@ -42,9 +42,8 @@ gnomevfsmodulesconf_DATA = libntfs.conf
|
|||
endif
|
||||
|
||||
libntfs_gnomevfs_la_LDFLAGS = -version-info $(LTVERSION_LIBNTFS_GNOMEVFS)
|
||||
libntfs_gnomevfs_la_LIBADD = libntfs-3g.la
|
||||
libntfs_gnomevfs_la_LIBS = $(LIBNTFS_GNOMEVFS_LIBS)
|
||||
libntfs_gnomevfs_la_CFLAGS = $(LIBNTFS_GNOMEVFS_CFLAGS)
|
||||
libntfs_gnomevfs_la_LIBS = $(NTFS_3G_MODULE_LIBS) $(LIBNTFS_GNOMEVFS_LIBS)
|
||||
libntfs_gnomevfs_la_CFLAGS = $(NTFS_3G_MODULE_CFLAGS) $(LIBNTFS_GNOMEVFS_CFLAGS)
|
||||
libntfs_gnomevfs_la_SOURCES = \
|
||||
gnome-vfs-method.c \
|
||||
gnome-vfs-module.c
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#undef FALSE
|
||||
#undef TRUE
|
||||
#include "types.h" /* for 'FALSE'/'TRUE' libntfs definition */
|
||||
#include <ntfs-3g/types.h> /* for 'FALSE'/'TRUE' libntfs definition */
|
||||
#define FALSE FALSE
|
||||
#define TRUE TRUE
|
||||
|
||||
|
@ -39,8 +39,8 @@
|
|||
#endif
|
||||
#include <libgnomevfs/gnome-vfs-utils.h>
|
||||
|
||||
#include "volume.h"
|
||||
#include "dir.h"
|
||||
#include <ntfs-3g/volume.h>
|
||||
#include <ntfs-3g/dir.h>
|
||||
|
||||
static GnomeVFSMethod GnomeVFSMethod_static;
|
||||
G_LOCK_DEFINE_STATIC(GnomeVFSMethod_static);
|
||||
|
|
Loading…
Reference in New Issue