fix detection of version number

This commit is contained in:
Simon Morlat 2012-08-03 13:45:45 +02:00
parent 3a9030925a
commit e3ee87d76d
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ SDK_PATH=$(shell dirname `which android`)
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
TOPDIR=$(shell pwd)
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
LINPHONE_VERSION=$(shell cat submodules/linphone/configure.ac | grep -m 1 "LINPHONE_VERSION=" | sed -e 's/LINPHONE_VERSION=//')
LINPHONE_VERSION=$(shell grep -e '^.C_INIT(' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
KEYSTORE=bc-android.keystore
KEYALIAS=nw8000

@ -1 +1 @@
Subproject commit 5f2640d57a48e122cb14ffa2df23304103e3d6a9
Subproject commit a58b548331c103bca50b33898b07e13f5745b1c4