From: Travis Cross Date: Wed, 19 Mar 2014 01:24:33 +0000 (+0000) Subject: Reorder lines in mod_h323 build X-Git-Tag: v1.5.12~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4af28648fe1827f2b0349ab73babd4a4fe71c0;p=thirdparty%2Ffreeswitch.git Reorder lines in mod_h323 build --- diff --git a/src/mod/endpoints/mod_h323/Makefile.am b/src/mod/endpoints/mod_h323/Makefile.am index cd3a5a0d26..019347b5d7 100644 --- a/src/mod/endpoints/mod_h323/Makefile.am +++ b/src/mod/endpoints/mod_h323/Makefile.am @@ -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