Move define to CPPFLAGS in mod_h323

This commit is contained in:
Travis Cross 2014-03-19 01:28:47 +00:00
parent 8bc49da4ba
commit 3dce3d10a0
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ mod_h323_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_h323_la_LDFLAGS = -avoid-version -module -no-undefined -shared -L/usr/lib -lopenh323 -lpt -lrt
if IS64BITLINUX
mod_h323_la_CFLAGS += -DP_64BIT
mod_h323_la_CPPFLAGS += -DP_64BIT
endif