Add automake subdir-options for modules

The automake project is apparently changing behavior in their next
major version and warning everyone who relies on subdir-options to add
it explicitly.
This commit is contained in:
Travis Cross 2014-03-08 00:26:19 +00:00
parent 90fbc6231d
commit e6ec9b3c61
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/build/modmake.rulesam
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS += foreign
MODNAME=mod_curl
JSON_C=json-c-0.9

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/build/modmake.rulesam
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS += foreign
# V8 version to use
V8=v8-3.24.14