fix source file
This commit is contained in:
parent
524c566e01
commit
1b27ece6b8
|
@ -4,7 +4,7 @@ MODNAME=mod_h323
|
|||
PTLIBDIR = `/usr/bin/ptlib-config --ptlibdir`
|
||||
|
||||
mod_LTLIBRARIES = mod_h323.la
|
||||
mod_h323_la_SOURCES = mod_h323.c
|
||||
mod_h323_la_SOURCES = mod_h323.cpp
|
||||
mod_h323_la_CFLAGS = $(AM_CFLAGS) -I$(PTLIBDIR) -I/usr/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions
|
||||
mod_h323_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_h323_la_LDFLAGS = -avoid-version -module -no-undefined -shared -L/usr/lib -lopenh323 -lpt -lrt
|
||||
|
|
Loading…
Reference in New Issue