From 1a96aea496932c1cc4ac03d131102c903b3f0404 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Tue, 15 Nov 2005 08:40:40 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9f6aac22..0f94f5c7 100644 --- a/configure.in +++ b/configure.in @@ -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 \