blob: 35e25c6cf2a6d9b20f143a3a06f9065c4521c8dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(LIBSSH_CFLAGS) $(PCRE_CPPFLAGS)
noinst_LTLIBRARIES = libvfs-sftpfs.la
libvfs_sftpfs_la_SOURCES = \
config_parser.c \
connection.c \
dir.c \
file.c \
internal.c internal.h \
sftpfs.c sftpfs.h
|