mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-25 02:51:30 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17138 d0543943-73ff-0310-b7d9-9358b9ac24b2
10 lines
491 B
Makefile
10 lines
491 B
Makefile
MODNAME=mod_gsmopen
|
|
SVNDEF := -D'GSMOPEN_SVN_VERSION="$(shell svnversion -n .)"'
|
|
#LOCAL_CFLAGS += $(SVNDEF) -I/usr/src/gsmlib-1.10
|
|
LOCAL_CFLAGS += $(SVNDEF) -I../../../../libs/spandsp/src -I../../../..//libs/tiff-3.8.2/libtiff
|
|
#LOCAL_LDFLAGS=-lasound -L/usr/src/gsmlib-1.10/gsmlib/.libs -lgsmme
|
|
LOCAL_LDFLAGS=-L../../../../libs/spandsp/src -lasound -lgsmme -lspandsp
|
|
LOCAL_OBJS=gsmopen_protocol.o
|
|
#OUR_OBJS += /usr/src/gsmlib-1.10/gsmlib/libgsmme.la
|
|
include ../../../../build/modmake.rules
|