FS-11865 [mod_com_729] change to use latest version for mod_com_g729 bins so url does not go stale and update new binary paths
This commit is contained in:
parent
ddd69e3a2c
commit
1f0dea990b
|
@ -1,13 +1,13 @@
|
|||
include $(top_srcdir)/build/modmake.rulesam
|
||||
|
||||
MODNAME=mod_com_g729
|
||||
VERSION=201506221434
|
||||
VERSION=latest
|
||||
|
||||
if ISLINUX
|
||||
|
||||
G729INSTALLER = $(top_srcdir)/libs/fs-$(VERSION)-installer
|
||||
LICSERVER=/usr/sbin/freeswitch_licence_server
|
||||
VALIDATOR=$(bindir)/validator
|
||||
LICSERVER=/usr/sbin/freeswitch-license-server
|
||||
VALIDATOR=$(bindir)/freeswitch-license-validator
|
||||
MOD=$(moddir)/mod_com_g729.so
|
||||
BUILT_SOURCES = $(G729INSTALLER)
|
||||
|
||||
|
|
Loading…
Reference in New Issue