From 06721fcb35c7f39185c0f6b4fb18b214c4d68bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= Date: Wed, 7 Jul 2010 12:48:07 +0000 Subject: [PATCH] - register makefiles in configure git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2740 152afb58-edef-0310-8abb-c4023f1b3aa9 --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 12da8caa..e15c0737 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \