mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
7 lines
241 B
Makefile
7 lines
241 B
Makefile
AUTOMAKE_OPTIONS = foreign subdir-objects
|
|
|
|
mod_LTLIBRARIES = mod_skel.la
|
|
mod_skel_la_SOURCES = mod_skel.c
|
|
mod_skel_la_CFLAGS = $(FREESWITCH_CFLAGS)
|
|
mod_skel_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(FREESWITCH_LDFLAGS)
|