diff --git a/build/modmake.rulesam b/build/modmake.rulesam index 51e2f809c2..aa36997bd8 100644 --- a/build/modmake.rulesam +++ b/build/modmake.rulesam @@ -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) diff --git a/src/mod/applications/mod_curl/Makefile.am b/src/mod/applications/mod_curl/Makefile.am index 26715339e3..6e0debb65f 100644 --- a/src/mod/applications/mod_curl/Makefile.am +++ b/src/mod/applications/mod_curl/Makefile.am @@ -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 diff --git a/src/mod/languages/mod_v8/Makefile.am b/src/mod/languages/mod_v8/Makefile.am index 7355a47251..59181650a3 100644 --- a/src/mod/languages/mod_v8/Makefile.am +++ b/src/mod/languages/mod_v8/Makefile.am @@ -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