From: Travis Cross Date: Wed, 19 Mar 2014 01:23:54 +0000 (+0000) Subject: Move mod_h323 -fno-exceptions flag to CXXFLAGS X-Git-Tag: v1.5.12~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95d4b501439a35de40872eb617a1889bc5f397e;p=thirdparty%2Ffreeswitch.git Move mod_h323 -fno-exceptions flag to CXXFLAGS --- diff --git a/src/mod/endpoints/mod_h323/Makefile.am b/src/mod/endpoints/mod_h323/Makefile.am index f9d92a6c03..cd3a5a0d26 100644 --- a/src/mod/endpoints/mod_h323/Makefile.am +++ b/src/mod/endpoints/mod_h323/Makefile.am @@ -3,7 +3,7 @@ MODNAME=mod_h323 mod_LTLIBRARIES = mod_h323.la mod_h323_la_SOURCES = mod_h323.cpp -mod_h323_la_CFLAGS = $(AM_CFLAGS) -fno-exceptions +mod_h323_la_CXXFLAGS = $(AM_CXXFLAGS) -fno-exceptions mod_h323_la_CPPFLAGS = $(AM_CPPFLAGS) -I/usr/include/openh323 -I. -DPTRACING=1 -D_REENTRANT mod_h323_la_CPPFLAGS += -DPTRACING=1 -D_REENTRANT mod_h323_la_LIBADD = $(switch_builddir)/libfreeswitch.la