mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
[2/6] silk: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
The latter is a well known automake variable, used to set (per-Makefile) automake options and supported since the beginning of time (= automake 1.4). The former is a made-up variable that doesn't really do anything. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
b3c3810a64
commit
f4ea8abf70
@ -1,5 +1,5 @@
|
|||||||
AM_CFLAGS = -Isrc -Iinterface -fPIC -O3
|
AM_CFLAGS = -Isrc -Iinterface -fPIC -O3
|
||||||
AUTOMAKE_OPTS = gnu
|
AUTOMAKE_OPTIONS = gnu
|
||||||
NAME = libSKP_SILK_SDK
|
NAME = libSKP_SILK_SDK
|
||||||
AM_CPPFLAGS = $(AM_CFLAGS)
|
AM_CPPFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user