mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-08 00:33:20 +00:00
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:
parent
90fbc6231d
commit
e6ec9b3c61
@ -1,3 +1,4 @@
|
|||||||
|
AUTOMAKE_OPTIONS = foreign subdir-objects
|
||||||
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
|
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
|
||||||
AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
|
AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
|
||||||
AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
|
AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/build/modmake.rulesam
|
include $(top_srcdir)/build/modmake.rulesam
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS += foreign
|
||||||
MODNAME=mod_curl
|
MODNAME=mod_curl
|
||||||
|
|
||||||
JSON_C=json-c-0.9
|
JSON_C=json-c-0.9
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/build/modmake.rulesam
|
include $(top_srcdir)/build/modmake.rulesam
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS += foreign
|
||||||
|
|
||||||
# V8 version to use
|
# V8 version to use
|
||||||
V8=v8-3.24.14
|
V8=v8-3.24.14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user