blob: b55a15f7ec5d7c8ced8a2e218b3727b9b872329f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- channels/h323/Makefile.in.orig 2010-06-03 14:48:09 UTC
+++ channels/h323/Makefile.in
@@ -13,7 +13,7 @@ STDCCFLAGS = -DNDEBUG
STDCCFLAGS += -I../../include -include ../../include/asterisk/autoconfig.h
STDCCFLAGS += -fPIC
#OPTCCFLAGS +=
-CFLAGS = -pipe
+CFLAGS = -pipe @CXXFLAGS@
TARGET = libchanh323.a
TARGET += Makefile.ast
SOURCES = ast_h323.cxx compat_h323.cxx cisco-h225.cxx caps_h323.cxx
|