aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-30 08:51:48 +0000
committerMartin Willi <martin@strongswan.org>2006-05-30 08:51:48 +0000
commit5e5f0bd4b214d8cb86464444c6959c38e30ce8ac (patch)
tree883c7c7a6da60d3616ea510e9cbbc0b624631db9 /Makefile.am
parent510d54eb594e1d9c0d3901c5f21277f19fef8b42 (diff)
downloadstrongswan-5e5f0bd4b214d8cb86464444c6959c38e30ce8ac.tar.bz2
strongswan-5e5f0bd4b214d8cb86464444c6959c38e30ce8ac.tar.xz
- added testing files to dist
- required the use of the "ustar" format to support filenames longer than 99 chars
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4114e3f10..dcb5b0b51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = src
-EXTRA_DIST = Doxyfile.in
+EXTRA_DIST = Doxyfile.in testing
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
@@ -10,3 +10,6 @@ Doxyfile : Doxyfile.in
apidoc : Doxyfile
doxygen
+
+dist-hook :
+ rm -rf `find $(distdir)/testing -name .svn`