freeswitch/build/standalone_module
2015-08-26 15:54:45 -05:00
..
bootstrap.sh
configure.ac add some more usefule variables to standalone_module configure sample script 2015-08-26 15:54:45 -05: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