freeswitch/build/standalone_module
2020-09-10 14:33:26 -04:00
..
bootstrap.sh
configure.ac [build] add addr sanitizer to out of tree mod stubs 2020-09-10 14:33:26 -04:00
freeswitch.pc.in [Build-System] Add a local pc file for use with out of tree mods built in tree. 2020-06-04 22:41:42 +04:00
Makefile.am
mod_skel.c
README

This is a sample build system for a stand alone FreeSWITCH module.

To build and install:
./bootstrap.sh
./configure
make
make install