mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 18:04:07 +00:00
This is a autotools (autoconf/automake/libtool) based skeleton framework for developing external (= out-of-tree) modules for FreeSWITCH. Variants of this framework have been used to develop modules like mod_openais, mod_ssh and others. NOTE: This version of the SDK relies on pkg-config to detect FreeSWITCH installations. Other SDKs for external modules should be added in: "src/mod/sdk/<build-system-name>/" e.g. a scons-based SDK should be put in: "src/mod/sdk/scons/" Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de> Requested-by: Michal Bielicki - cypromis <michal.bielicki@seventhsignal.de>
36 lines
319 B
Plaintext
36 lines
319 B
Plaintext
*.o
|
|
*.lo
|
|
*.so
|
|
*.a
|
|
*.orig
|
|
*.rej
|
|
*.log
|
|
*.la
|
|
|
|
.deps
|
|
.libs
|
|
|
|
stamp-h1
|
|
samples*
|
|
Makefile
|
|
Makefile.in
|
|
config.log
|
|
config.sub
|
|
config.guess
|
|
config.status
|
|
configure
|
|
libtool
|
|
aclocal.m4
|
|
autom4te.cache
|
|
depcomp
|
|
install-sh
|
|
compile
|
|
missing
|
|
ltmain.sh
|
|
doxygen
|
|
m4/libtool.m4
|
|
m4/ltsugar.m4
|
|
m4/ltoptions.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|