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
parent
3a2cec63a4
commit
5b990a4771
|
|
@ -111,7 +111,6 @@ AC_CONFIG_FILES([
|
|||
config/GNUmakefile
|
||||
include/GNUmakefile
|
||||
src/GNUmakefile
|
||||
tests/GNUmakefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue