From d4b4ef8d7f685c82cfbf4ef048e874d8c53c665d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 7 Mar 2014 19:09:12 -0500 Subject: [PATCH] support newer automake without warnings --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)