]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build tweak
authorMichael Jerris <mike@jerris.com>
Fri, 6 Feb 2009 19:09:42 +0000 (19:09 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 6 Feb 2009 19:09:42 +0000 (19:09 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@652 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/mod_openzap/Makefile.in

index e4271e38a4e8dd68092e3d523cd3927f99e4e707..27eb4f3e8b41d65ce6cfb0f438ec009a3778dd01 100644 (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: