]> www.ginac.de Git - cln.git/commitdiff
Add subdir-objects to Automake options.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 11 Oct 2013 21:18:53 +0000 (21:18 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 11 Oct 2013 21:18:53 +0000 (21:18 +0000)
This option is needed to keep automake 1.14 happy.

configure.ac

index 87ae451fdda46a70e4427f1b09cb6e89000c92b3..beff1ed05fc868d55842847c6029e8a5ddf28649 100644 (file)
@@ -26,7 +26,7 @@ AC_CONFIG_SRCDIR(src/integer/gcd/cl_I_gcd.cc)
 AC_CONFIG_AUX_DIR([autoconf])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(autoconf/cl_config.h include/cln/config.h include/cln/host_cpu.h include/cln/version.h src/base/cl_base_config.h src/base/cl_gmpconfig.h src/timing/cl_t_config.h)
-AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2])
+AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
 AH_TOP([#ifndef _CL_CONFIG_H])
 AH_TOP([#define _CL_CONFIG_H])
 AH_TOP([#include "cln/host_cpu.h"])