mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
Updating the source directory tree
This commit is contained in:
parent
1146c83bc0
commit
e4a835076a
10
include/fuse-lite/Makefile.am
Normal file
10
include/fuse-lite/Makefile.am
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_HEADERS = \
|
||||
fuse.h \
|
||||
fuse_common.h \
|
||||
fuse_lowlevel.h \
|
||||
fuse_lowlevel_compat.h \
|
||||
fuse_opt.h \
|
||||
fuse_kernel.h
|
30
libfuse-lite/Makefile.am
Normal file
30
libfuse-lite/Makefile.am
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
if FUSE_INTERNAL
|
||||
noinst_LTLIBRARIES = libfuse-lite.la
|
||||
endif
|
||||
|
||||
libfuse_lite_la_CFLAGS= \
|
||||
$(AM_CFLAGS) \
|
||||
-I$(top_srcdir)/include/fuse-lite
|
||||
|
||||
libfuse_lite_la_LIBADD = $(LIBFUSE_LITE_LIBS)
|
||||
|
||||
libfuse_lite_la_SOURCES = \
|
||||
fuse.c \
|
||||
fuse_i.h \
|
||||
fuse_kern_chan.c \
|
||||
fuse_loop.c \
|
||||
fuse_loop_mt.c \
|
||||
fuse_lowlevel.c \
|
||||
fuse_misc.h \
|
||||
fuse_mt.c \
|
||||
fuse_opt.c \
|
||||
fuse_session.c \
|
||||
fuse_signals.c \
|
||||
fusermount.c \
|
||||
helper.c \
|
||||
mount.c \
|
||||
mount_util.c \
|
||||
mount_util.h
|
10
libntfs-3g/libntfs-3g.pc.in
Normal file
10
libntfs-3g/libntfs-3g.pc.in
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libntfs-3g
|
||||
Description: NTFS-3G Read/Write Driver Library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: @LIBFUSE_LITE_LIBS@ -L${libdir} -lntfs-3g
|
2
libntfs-3g/libntfs-3g.script.so.in
Normal file
2
libntfs-3g/libntfs-3g.script.so.in
Normal file
@ -0,0 +1,2 @@
|
||||
@OUTPUT_FORMAT@
|
||||
GROUP ( @rootlibdir@/libntfs-3g.so )
|
Loading…
Reference in New Issue
Block a user