2 ## Copyright 1998-2005 The OpenLDAP Foundation.
3 ## All rights reserved.
5 ## Redistribution and use in source and binary forms, with or without
6 ## modification, are permitted only as authorized by the OpenLDAP
9 ## A copy of this license is available in the file LICENSE in the
10 ## top-level directory of the distribution or, alternatively, at
11 ## <http://www.OpenLDAP.org/license.html>.
12 ##---------------------------------------------------------------------------
14 # Makefile Template for Shared Libraries
24 $(LIBRARY): version.lo
25 $(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS)
27 Makefile: $(top_srcdir)/build/lib-shared.mk