mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
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
|