From 3dce3d10a014bd3a5dbda8af1ae686b32e0f499e Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 19 Mar 2014 01:28:47 +0000 Subject: [PATCH] Move define to CPPFLAGS in mod_h323 --- src/mod/endpoints/mod_h323/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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