From: Travis Cross Date: Wed, 19 Mar 2014 01:28:47 +0000 (+0000) Subject: Move define to CPPFLAGS in mod_h323 X-Git-Tag: v1.5.12~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dce3d10a014bd3a5dbda8af1ae686b32e0f499e;p=thirdparty%2Ffreeswitch.git Move define to CPPFLAGS in mod_h323 --- diff --git a/src/mod/endpoints/mod_h323/Makefile.am b/src/mod/endpoints/mod_h323/Makefile.am index 41e18c4b16..054a803658 100644 --- a/src/mod/endpoints/mod_h323/Makefile.am +++ b/src/mod/endpoints/mod_h323/Makefile.am @@ -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