From 40ee34a0d3013f5234005079cf1c78d4aa86545b Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Tue, 29 Jul 2014 21:15:37 +0200 Subject: [PATCH] New location of cmake template. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8637a51..e8c8bb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src tests -EXTRA_DIST = doc/license.txt doc/logo.svg CMakeLists.txt config.h.in +EXTRA_DIST = doc/license.txt doc/logo.svg CMakeLists.txt cmake/config.h.in bench: all cd tests && $(MAKE) $(AM_MAKEFLAGS) bench benc: all -- 2.7.4