summaryrefslogtreecommitdiffstats
path: root/src/vfs/sftpfs/Makefile.am
blob: 12905d11f1f51bc8f21548632aa7e221321c81c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(LIBSSH_CFLAGS)

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