Apply automake option `subdir-objects' globally
parent
6c4eacf237
commit
48880f6fe9
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
## exposed/Makefile.am
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
AM_LDFLAGS = -L../src
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
## src/Makefile.am
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
noinst_LIBRARIES = libslvs.a
|
||||
|
||||
libslvs_a_SOURCES = \
|
||||
|
|
Loading…
Reference in New Issue