automake, version 15, introduce subdir-objects
for CUSPICE/*.c files in a subdirectory
This commit is contained in:
parent
abed2083e1
commit
16f8a5a465
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue