- added testing files to dist
- required the use of the "ustar" format to support
filenames longer than 99 chars
This commit is contained in:
+4
-1
@@ -1,5 +1,5 @@
|
|||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
EXTRA_DIST = Doxyfile.in
|
EXTRA_DIST = Doxyfile.in testing
|
||||||
CLEANFILES = apidoc Doxyfile
|
CLEANFILES = apidoc Doxyfile
|
||||||
|
|
||||||
Doxyfile : Doxyfile.in
|
Doxyfile : Doxyfile.in
|
||||||
@@ -10,3 +10,6 @@ Doxyfile : Doxyfile.in
|
|||||||
|
|
||||||
apidoc : Doxyfile
|
apidoc : Doxyfile
|
||||||
doxygen
|
doxygen
|
||||||
|
|
||||||
|
dist-hook :
|
||||||
|
rm -rf `find $(distdir)/testing -name .svn`
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ dnl initialize & set some vars
|
|||||||
dnl ===========================
|
dnl ===========================
|
||||||
|
|
||||||
AC_INIT(strongSwan,4.0.1)
|
AC_INIT(strongSwan,4.0.1)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE(tar-ustar)
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
AC_SUBST(ipsecdir, '${libexecdir}/ipsec')
|
AC_SUBST(ipsecdir, '${libexecdir}/ipsec')
|
||||||
AC_SUBST(confdir, '${sysconfdir}')
|
AC_SUBST(confdir, '${sysconfdir}')
|
||||||
|
|||||||
Reference in New Issue
Block a user