From 16f8a5a46516c259f5400d2fb2ae8bbf3208c17f Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 3 Jun 2017 10:01:39 +0200 Subject: [PATCH] automake, version 15, introduce subdir-objects for CUSPICE/*.c files in a subdirectory --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e0c3211e..fb609882c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_REVISION([$Revision$]) AC_CONFIG_HEADER([src/include/ngspice/config.h]) # Initialise automake stuff -AM_INIT_AUTOMAKE([-Wall -Werror nostdinc serial-tests]) +AM_INIT_AUTOMAKE([-Wall -Werror nostdinc serial-tests subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ext_CFLAGS="${CFLAGS+yes}"