From: Michael Jerris Date: Sat, 8 Mar 2014 00:09:12 +0000 (-0500) Subject: support newer automake without warnings X-Git-Tag: v1.5.11~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b4ef8d7f685c82cfbf4ef048e874d8c53c665d;p=thirdparty%2Ffreeswitch.git support newer automake without warnings --- diff --git a/Makefile.am b/Makefile.am index ff89b8b79d..6923b530dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = SUBDIRS = . src -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign subdir-objects NAME = freeswitch AM_LIBAPR_CFLAGS := $(shell ./libs/apr/apr-1-config --cflags)