From 62f97f0ec680f3fa32c1201c4a8c1b8cdbe5dc23 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 4 Jun 2015 22:29:23 +1000 Subject: [PATCH] build: remove reference to long dead test Makefile --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea4c268e..dc07ca4c 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,6 @@ AX_APPEND_FLAG([-include config.h]) AC_CONFIG_FILES([ Doxyfile Makefile - test/Makefile ]) AC_CONFIG_FILES([test/json-parse], [chmod a+x test/json-parse]) AC_CONFIG_FILES([test/json-schema], [chmod a+x test/json-schema])