Reorder lines in mod_h323 build
This commit is contained in:
parent
d95d4b5014
commit
bd4af28648
|
@ -3,9 +3,9 @@ MODNAME=mod_h323
|
||||||
|
|
||||||
mod_LTLIBRARIES = mod_h323.la
|
mod_LTLIBRARIES = mod_h323.la
|
||||||
mod_h323_la_SOURCES = mod_h323.cpp
|
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 = $(AM_CPPFLAGS) -I/usr/include/openh323 -I. -DPTRACING=1 -D_REENTRANT
|
||||||
mod_h323_la_CPPFLAGS += -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_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||||
mod_h323_la_LDFLAGS = -avoid-version -module -no-undefined -shared -L/usr/lib -lopenh323 -lpt -lrt
|
mod_h323_la_LDFLAGS = -avoid-version -module -no-undefined -shared -L/usr/lib -lopenh323 -lpt -lrt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue