freeswitch/build/standalone_module
William King 32c4843337 FS-7653 Thanks to Mike Jerris who wrote up the build system files for this. 2015-06-12 11:22:00 -07:00
..
Makefile.am
README
bootstrap.sh
configure.ac
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