mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
automake mod_skypiax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15821 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
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
|
||||
@@ -0,0 +1,7 @@
|
||||
include $(top_srcdir)/build/modmake.rulesam
|
||||
MODNAME=mod_skypiax
|
||||
mod_LTLIBRARIES = mod_skypiax.la
|
||||
mod_skypiax_la_SOURCES = mod_skypiax.c skypiax_protocol.c
|
||||
mod_skypiax_la_CFLAGS = $(AM_CFLAGS) -DSKYPIAX_SVN_VERSION=\"`cat $(switch_builddir)/.version`\"
|
||||
mod_skypiax_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_skypiax_la_LDFLAGS = -avoid-version -module -no-undefined -lX11
|
||||
Reference in New Issue
Block a user