summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2011-12-16 14:06:08 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2011-12-16 14:06:08 +0100
commit5b990a47714ea21911538304f9350edefe349299 (patch)
treed45d64a8260fa9b5495ae8193e1f88ff32a07ace
parent3a2cec63a4e6212cc63d21008453bd799cfe8774 (diff)
downloadlibsocketcan-5b990a47714ea21911538304f9350edefe349299.tar.gz
libsocketcan-5b990a47714ea21911538304f9350edefe349299.tar.xz
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: 42a3b65198f65134ac049172d5c9b998ae6220de tests: remove test example Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76b2304..fef2904 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,6 @@ AC_CONFIG_FILES([
config/GNUmakefile
include/GNUmakefile
src/GNUmakefile
- tests/GNUmakefile
])
AC_OUTPUT