build tweak

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@652 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2009-02-06 19:09:42 +00:00
parent a1f6e0ddfa
commit 2d183463cf
1 changed files with 3 additions and 3 deletions

View File

@ -3,14 +3,14 @@ OZ_CFLAGS=@CFLAGS@ @COMP_VENDOR_CFLAGS@ @DEFS@
BASE=../../..
OZ_DIR=..
VERBOSE=1
OZSO=$(OZ_DIR)/libopenzap.so
OZLA=$(OZ_DIR)/libopenzap.la
LOCAL_CFLAGS=-I$(OZ_DIR)/src/include -I$(OZ_DIR)/src/isdn/include $(OZ_CFLAGS)
LOCAL_LDFLAGS=-L$(OZ_DIR) -lopenzap
include $(BASE)/build/modmake.rules
local_depend: $(OZSO)
local_depend: $(OZLA)
$(OZSO): $(OZ_DIR)/.update
$(OZLA): $(OZ_DIR)/.update
cd $(OZ_DIR) && $(MAKE)
local_install: