freeswitch/build/standalone_module
..
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