mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12167 d0543943-73ff-0310-b7d9-9358b9ac24b2
7 lines
197 B
Makefile
7 lines
197 B
Makefile
MODNAME=mod_skypiax
|
|
SVNDEF := -D'SKYPIAX_SVN_VERSION="$(shell svnversion -n .)"'
|
|
LOCAL_CFLAGS += $(SVNDEF)
|
|
LOCAL_LDFLAGS=-lX11
|
|
LOCAL_OBJS=skypiax_protocol.o
|
|
include ../../../../build/modmake.rules
|