]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
Need to libldap/liblber to library path to get proper linkage
[openldap] / build / lib-static.mk
1 # $OpenLDAP$
2 ## Copyright 1998-2002 The OpenLDAP Foundation
3 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
4 ## of this package for details.
5 ##---------------------------------------------------------------------------
6 ##
7 ## Makefile Template for Static Libraries
8 ##
9
10 $(LIBRARY): version.o
11         $(AR) ru $@ $(OBJS) version.o
12         @$(RANLIB) $@;  \
13         $(RM) ../$@;    \
14         (d=`$(PWD)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@)
15
16 Makefile: $(top_srcdir)/build/lib-static.mk