[Freeswitch-svn] [commit] r11154 - freeswitch/branches/ctrix/mod_airpe

FreeSWITCH SVN ctrix at freeswitch.org
Mon Jan 12 15:26:39 PST 2009


Author: ctrix
Date: Mon Jan 12 17:26:39 2009
New Revision: 11154

Log:
Ohhh and empty docs are important, as well as the Makefile.



Added:
   freeswitch/branches/ctrix/mod_airpe/INSTALL
   freeswitch/branches/ctrix/mod_airpe/Makefile
   freeswitch/branches/ctrix/mod_airpe/README

Added: freeswitch/branches/ctrix/mod_airpe/INSTALL
==============================================================================
--- (empty file)
+++ freeswitch/branches/ctrix/mod_airpe/INSTALL	Mon Jan 12 17:26:39 2009
@@ -0,0 +1,2 @@
+
+Nothing to read here as well.

Added: freeswitch/branches/ctrix/mod_airpe/Makefile
==============================================================================
--- (empty file)
+++ freeswitch/branches/ctrix/mod_airpe/Makefile	Mon Jan 12 17:26:39 2009
@@ -0,0 +1,11 @@
+BASE=../../../..
+
+MODNAME=mod_airpe
+
+LOCAL_LDFLAGS=-lX11
+LOCAL_OBJS=airpe_if_common.o airpe_api.o airpe_apps.o airpe_if_x11.o airpe_if_osx.o airpe_if_win32.o
+LOCAL_SOURCES=airpe_if_common.c airpe_api.c airpe_apps.c airpe_if_x11.c airpe_if_osx.c airpe_if_win32.c
+
+include ../../../../build/modmake.rules
+
+

Added: freeswitch/branches/ctrix/mod_airpe/README
==============================================================================
--- (empty file)
+++ freeswitch/branches/ctrix/mod_airpe/README	Mon Jan 12 17:26:39 2009
@@ -0,0 +1,2 @@
+
+Nothing to read, sorry



More information about the Freeswitch-svn mailing list