]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
resolve an automake warning about subdirs on latest automake
authorWilliam King <william.king@quentustech.com>
Wed, 31 Dec 2014 19:52:06 +0000 (11:52 -0800)
committerWilliam King <william.king@quentustech.com>
Wed, 7 Jan 2015 18:04:29 +0000 (10:04 -0800)
commit51f2442a9e3e3478b38bfab882c7cfe4bfc37d92
tree8c41e71a8df51287ea1f202193dcc9d54911547e
parent23c18293822dcbbcd1c4d8d69ba1e0697f7230d1
resolve an automake warning about subdirs on latest automake

Latest automake will detect then warn if the Makefile uses source
files that are in subdirectories, but the subdirs option is not
set. In the FreeSWITCH build system the current expected behavior is
to expect the subdirs option to be enabled.

FS-7122 #resolve
13 files changed:
libs/broadvoice/Makefile.am
libs/broadvoice/src/Makefile.am
libs/freetdm/Makefile.am
libs/libcodec2/Makefile.am
libs/libcodec2/src/Makefile.am
libs/libcodec2/unittest/Makefile.am
libs/libdingaling/Makefile.am
libs/libzrtp/Makefile.am
libs/silk/Makefile.am
libs/sofia-sip/Makefile.am
libs/sofia-sip/s2check/Makefile.am
libs/srtp/Makefile.am
libs/srtp/test/Makefile.am