summaryrefslogtreecommitdiffstats
path: root/src/vfs/ftpfs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/vfs/ftpfs/Makefile.am')
-rw-r--r--src/vfs/ftpfs/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vfs/ftpfs/Makefile.am b/src/vfs/ftpfs/Makefile.am
new file mode 100644
index 0000000..b581563
--- /dev/null
+++ b/src/vfs/ftpfs/Makefile.am
@@ -0,0 +1,8 @@
+
+AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
+
+noinst_LTLIBRARIES = libvfs-ftpfs.la
+
+libvfs_ftpfs_la_SOURCES = \
+ ftpfs.c ftpfs.h \
+ ftpfs_parse_ls.c \ No newline at end of file