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-08-03 18:00:34 +0200
commitd58d73c501ea3b4c54f443d5660d7e1a3794d5fb (patch)
tree42217b22b7addeaae74264ef53414e7d919f449c /Makefile.am
parent8d9bccb98763c5bd626485d066315b737569cfbe (diff)
downloadsshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar.gz
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar.bz2
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.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 e34fbb3..d4b81d1 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