]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
CentOS 5 dosn't support subdir-objects
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 16 Feb 2015 22:13:13 +0000 (16:13 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 16 Feb 2015 22:13:13 +0000 (16:13 -0600)
libs/libdingaling/Makefile.am

index 5da1715ef458fc1aee1a8a8b59d26bebc2a65cc9..37bf42cb310d64c5813020b512aab1fd61f20ede 100644 (file)
@@ -1,6 +1,6 @@
 EXTRA_DIST =
 SUBDIRS = 
-AUTOMAKE_OPTIONS = foreign subdir-objects
+AUTOMAKE_OPTIONS = foreign
 NAME=dingaling
 PREFIX=$(prefix)
 TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;