aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:43:18 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:43:18 +0200
commitaf31551e1873f6719999cd103b9e9e46d4d00dc8 (patch)
tree7145193ad6a9593d8e2258636058602ec32640b4 /Makefile.am
parent82e899fb21c116fa8303cabbc10d68bfa06fc89f (diff)
downloadsshfs-af31551e1873f6719999cd103b9e9e46d4d00dc8.tar
sshfs-af31551e1873f6719999cd103b9e9e46d4d00dc8.tar.gz
sshfs-af31551e1873f6719999cd103b9e9e46d4d00dc8.tar.bz2
sshfs-af31551e1873f6719999cd103b9e9e46d4d00dc8.zip
Include test files in "make dist"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 68491fb..1b938ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@
bin_PROGRAMS = sshfs
+SUBDIRS = test
+
sshfs_SOURCES = sshfs.c cache.c cache.h
if FUSE_OPT_COMPAT
sshfs_SOURCES += compat/fuse_opt.c compat/fuse_opt.h