From: Michael Jerris Date: Fri, 29 Feb 2008 22:04:15 +0000 (+0000) Subject: we do these from the lib automatically now X-Git-Tag: v1.0.6~38^2~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd6d9f30ff1429d2f341998f879354e62dd9544;p=thirdparty%2Ffreeswitch.git we do these from the lib automatically now git-svn-id: http://svn.openzap.org/svn/openzap/trunk@419 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/mod_openzap/Makefile b/libs/openzap/mod_openzap/Makefile index 2609dc75a5..1552a37c45 100644 --- a/libs/openzap/mod_openzap/Makefile +++ b/libs/openzap/mod_openzap/Makefile @@ -9,6 +9,6 @@ include $(BASE)/build/modmake.rules local_depend: $(OZA) $(OZA): $(OZ_DIR)/.update - cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="-g -ggdb $(ALL_CXXFLAGS)" + cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="$(ALL_CXXFLAGS)"