]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Reorder lines in mod_h323 build
authorTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 01:24:33 +0000 (01:24 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 01:32:03 +0000 (01:32 +0000)
src/mod/endpoints/mod_h323/Makefile.am

index cd3a5a0d26a8dd56279c6213807216fb96be69e2..019347b5d7b5913e40e9ae13ab77753d9cbbbd92 100644 (file)
@@ -3,9 +3,9 @@ MODNAME=mod_h323
 
 mod_LTLIBRARIES = mod_h323.la
 mod_h323_la_SOURCES  = mod_h323.cpp
-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_CXXFLAGS = $(AM_CXXFLAGS) -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