]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
support newer automake without warnings
authorMichael Jerris <mike@jerris.com>
Sat, 8 Mar 2014 00:09:12 +0000 (19:09 -0500)
committerMichael Jerris <mike@jerris.com>
Sat, 8 Mar 2014 00:09:16 +0000 (19:09 -0500)
Makefile.am

index ff89b8b79d607a7293a995a04513673fa7e2d12d..6923b530dc7d119567c2a0083eecc338d97f5bb8 100644 (file)
@@ -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)