Makefile: No parenthesis for getting Linphone version
Otherwise make would complain about no closing parenthesis.
This commit is contained in:
parent
796026f061
commit
f70266eab0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ SDK_PATH=$(shell dirname `which android`)
|
||||||
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
|
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
|
||||||
TOPDIR=$(shell pwd)
|
TOPDIR=$(shell pwd)
|
||||||
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
||||||
LINPHONE_VERSION=$(shell grep -e '^.C_INIT(' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
|
LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
|
||||||
KEYSTORE=bc-android.keystore
|
KEYSTORE=bc-android.keystore
|
||||||
KEYALIAS=nw8000
|
KEYALIAS=nw8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue