strip debian/Makefile from the distribution
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@843 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
53144a5a86
commit
1a96aea496
|
@ -525,7 +525,7 @@ dnl build version-id
|
|||
LIGHTTPD_VERSION_ID=`echo $PACKAGE_VERSION | $AWK -F '.' '{print "(" $1 " << 16 | " $2 " << 8 | " $3 ")"}'`
|
||||
AC_DEFINE_UNQUOTED([LIGHTTPD_VERSION_ID], [$LIGHTTPD_VERSION_ID], [lighttpd-version-id])
|
||||
|
||||
AC_CONFIG_FILES([Makefile debian/Makefile src/Makefile doc/Makefile tests/Makefile \
|
||||
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile tests/Makefile \
|
||||
tests/docroot/Makefile \
|
||||
tests/docroot/123/Makefile \
|
||||
tests/docroot/www/Makefile \
|
||||
|
|
Loading…
Reference in New Issue