aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93af51b..a043142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,5 +40,5 @@ case "$osname" in
esac
AC_SUBST(IDMAP_DEFAULT)
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT