freeswitch/build/standalone_module
Mike Jerris 301f113037 [build] add addr sanitizer to out of tree mod stubs 2020-09-10 14:33:26 -04:00
..
Makefile.am
README
bootstrap.sh
configure.ac
freeswitch.pc.in
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