diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-12-23 18:34:24 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:59 +0100 |
commit | 54c526675eac08bc73e2a756e5c89528fdf4d907 (patch) | |
tree | 7ee6ac8fccd22d256a8197cf445fddf0f791cdd2 /testing | |
parent | 8b8a4c5c45c9ae158e33488b3f6ae7bea073191c (diff) | |
download | strongswan-54c526675eac08bc73e2a756e5c89528fdf4d907.tar.bz2 strongswan-54c526675eac08bc73e2a756e5c89528fdf4d907.tar.xz |
Added config directory to EXTRA-DIST
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am index 77e279b76..49831a570 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = do-tests make-testing start-testing stop-testing \ - testing.conf ssh_config hosts images scripts tests INSTALL README + testing.conf ssh_config config hosts images scripts tests \ + INSTALL README |