mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Android Makefile changed to automatically update linphone version
This commit is contained in:
parent
271814cdfb
commit
5f2640d57a
2 changed files with 8 additions and 2 deletions
|
|
@ -50,13 +50,17 @@ ifndef MY_LOG_DOMAIN
|
|||
MY_LOG_DOMAIN = \"Linphone\"
|
||||
endif
|
||||
|
||||
ifndef LINPHONE_VERSION
|
||||
LINPHONE_VERSION = \"Devel\"
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += \
|
||||
-D_BYTE_ORDER=_LITTLE_ENDIAN \
|
||||
-DORTP_INET6 \
|
||||
-DINET6 \
|
||||
-DOSIP_MT \
|
||||
-DENABLE_TRACE \
|
||||
-DLINPHONE_VERSION=\"3.4.0\" \
|
||||
-DLINPHONE_VERSION=\"$(LINPHONE_VERSION)\" \
|
||||
-DLINPHONE_PLUGINS_DIR=\"\\tmp\" \
|
||||
-DLOG_DOMAIN=$(MY_LOG_DOMAIN)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl Keep this line, it is parsed by Android Makefile
|
||||
LINPHONE_VERSION=3.5.2
|
||||
|
||||
AC_INIT([linphone],[3.5.2],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[$LINPHONE_VERSION],[linphone-developers@nongnu.org])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue