Use git version instead of version from configure.ac.
This commit is contained in:
parent
bba2604f22
commit
3f710190ca
1 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ SDK_PLATFORM_TOOLS_PATH=$(shell dirname `which adb`)
|
||||||
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 cd submodules/linphone && git describe)
|
||||||
|
|
||||||
all: update-project prepare-sources install-apk run-linphone
|
all: update-project prepare-sources install-apk run-linphone
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue