]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
- added testing files to dist
authorMartin Willi <martin@strongswan.org>
Tue, 30 May 2006 08:51:48 +0000 (08:51 -0000)
committerMartin Willi <martin@strongswan.org>
Tue, 30 May 2006 08:51:48 +0000 (08:51 -0000)
  - required the use of the "ustar" format to support
    filenames longer than 99 chars

Makefile.am
configure.in

index 4114e3f10a0cf9f8afb10c6166e0bf9966fbc956..dcb5b0b5196fc8319a6e82ffd4e2df96c3d40006 100644 (file)
@@ -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`
index 68d16f83ea26771de8c2bb6ae0ad392cd8a3a759..097a292ea05e68f6f1d17488223e99e4e059c06c 100644 (file)
@@ -17,7 +17,7 @@ dnl  initialize & set some vars
 dnl ===========================
 
 AC_INIT(strongSwan,4.0.1)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(tar-ustar)
 AC_C_BIGENDIAN
 AC_SUBST(ipsecdir, '${libexecdir}/ipsec')
 AC_SUBST(confdir, '${sysconfdir}')