Apply automake option `subdir-objects' globally

pull/3/head
Roland Lutz 2015-03-02 19:32:43 +01:00
parent 6c4eacf237
commit 48880f6fe9
3 changed files with 1 additions and 5 deletions

View File

@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/solvespace.cpp])
AC_CONFIG_AUX_DIR([ac-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9.6 -Wall -Werror foreign tar-ustar])
AM_INIT_AUTOMAKE([1.9.6 -Wall -Werror foreign subdir-objects tar-ustar])
AM_MAINTAINER_MODE
AC_PROG_CC

View File

@ -1,7 +1,5 @@
## exposed/Makefile.am
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_LDFLAGS = -L../src

View File

@ -1,7 +1,5 @@
## src/Makefile.am
AUTOMAKE_OPTIONS = subdir-objects
noinst_LIBRARIES = libslvs.a
libslvs_a_SOURCES = \