repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
minidlna support now Samsung TV C550/C650 (thx amir909)
[tomato.git]
/
release
/
src
/
router
/
ntfs-3g
/
libfuse-lite
/
Makefile.am
blob
c09e8d7dcba866dc67b5c10754df76504d045cc9
1
2
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3
4
if FUSE_INTERNAL
5
noinst_LTLIBRARIES = libfuse-lite.la
6
endif
7
8
libfuse_lite_la_CFLAGS= \
9
$(AM_CFLAGS) \
10
-I$(top_srcdir)/include/fuse-lite
11
12
libfuse_lite_la_LIBADD = $(LIBFUSE_LITE_LIBS)
13
14
libfuse_lite_la_SOURCES = \
15
fuse.c \
16
fuse_i.h \
17
fuse_kern_chan.c \
18
fuse_loop.c \
19
fuse_lowlevel.c \
20
fuse_misc.h \
21
fuse_opt.c \
22
fuse_session.c \
23
fuse_signals.c \
24
fusermount.c \
25
helper.c \
26
mount.c \
27
mount_util.c \
28
mount_util.h