- register makefiles in configure

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2740 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Marcus Rückert 2010-07-07 12:48:07 +00:00
parent 9b2f794c2c
commit 06721fcb35
1 changed files with 5 additions and 1 deletions

View File

@ -567,7 +567,11 @@ 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 src/Makefile doc/Makefile tests/Makefile \
AC_CONFIG_FILES([Makefile src/Makefile
doc/config/conf.d/Makefile \
doc/config/vhosts.d/Makefile \
doc/config/Makefile \
doc/Makefile tests/Makefile \
tests/docroot/Makefile \
tests/docroot/123/Makefile \
tests/docroot/www/Makefile \