configure: fix tests/GNUmakefile.in not found regression

This patch fixes the following problem:

configure.ac:108: required file `tests/GNUmakefile.in' not found

which has been introduced in commit:
42a3b65198 tests: remove test example

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/106/head^2
Marc Kleine-Budde 2011-12-16 14:06:08 +01:00
parent 3a2cec63a4
commit 5b990a4771
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ AC_CONFIG_FILES([
config/GNUmakefile config/GNUmakefile
include/GNUmakefile include/GNUmakefile
src/GNUmakefile src/GNUmakefile
tests/GNUmakefile
]) ])
AC_OUTPUT AC_OUTPUT