diff options
author | Mathis Rosenhauer <rosenhauer@pobox.com> | 2014-07-29 21:15:37 +0200 |
---|---|---|
committer | Mathis Rosenhauer <rosenhauer@pobox.com> | 2014-07-29 21:15:37 +0200 |
commit | 40ee34a0d3013f5234005079cf1c78d4aa86545b (patch) | |
tree | a2a8e0c377601a28097e424d5f681944a4ac5285 /Makefile.am | |
parent | ed9ebe822c26f1812aba83baa5df344ecfcf39e8 (diff) | |
download | libaec-40ee34a0d3013f5234005079cf1c78d4aa86545b.tar.gz libaec-40ee34a0d3013f5234005079cf1c78d4aa86545b.tar.bz2 libaec-40ee34a0d3013f5234005079cf1c78d4aa86545b.zip |
New location of cmake template.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |