we do these from the lib automatically now

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@419 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-02-29 22:04:15 +00:00
parent e1f3a14ad8
commit 051f682516
1 changed files with 1 additions and 1 deletions

View File

@ -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)"