From 0953fbc88e5e5aa5d2e9775588c9c2a51d25e6da Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 7 Dec 2009 07:57:22 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15818 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_t38gateway/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_t38gateway/Makefile.am b/src/mod/applications/mod_t38gateway/Makefile.am index 37934731f8..5355d09c03 100644 --- a/src/mod/applications/mod_t38gateway/Makefile.am +++ b/src/mod/applications/mod_t38gateway/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_t38gateway mod_LTLIBRARIES = mod_t38gateway.la -mod_t38gateway_la_SOURCES = mod_t38gateway.cpp udptl.c +mod_t38gateway_la_SOURCES = mod_t38gateway.c udptl.c mod_t38gateway_la_CFLAGS = $(AM_CFLAGS) mod_t38gateway_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_t38gateway_la_LDFLAGS = -avoid-version -module -no-undefined