summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-16 21:09:21 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-16 21:09:21 +0000
commit8775564b9a343a68405d6e489ba1ec4aea85e5a6 (patch)
treeab64f5cb29ce891dc2128112d4fd67a1bb7e3553 /Makefile
parent3425a51a592a682730d2cab9e02634276133abc4 (diff)
run ranlib on static library
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1320 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d7485b..5f23be1 100644
--- a/Makefile
+++ b/Makefile
@@ -289,6 +289,7 @@ sethdlc-new.o: CFLAGS+=-I$(KINCLUDES)
$(LTZ_A): $(LTZ_A_OBJS)
ar rcs $@ $^
+ ranlib $@
$(LTZ_SO): $(LTZ_SO_OBJS)
$(CC) -shared -Wl,-soname,$(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) -o $@ $^ -lm