X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libraries%2Fliblber%2FMakefile.in;h=a4fd79e342626e189be02dcd34f3d065eee2aa26;hb=2b3b07da46294d1fd75bae8d86affc3e164cd307;hp=cae30fbc5496645bf8837f513578edd61cab5462;hpb=890d4b9449f9f022505ece7811dde7c36fcc4c68;p=openldap diff --git a/libraries/liblber/Makefile.in b/libraries/liblber/Makefile.in index cae30fbc54..a4fd79e342 100644 --- a/libraries/liblber/Makefile.in +++ b/libraries/liblber/Makefile.in @@ -1,9 +1,17 @@ +# LIBLBER # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## LIBLBER +## Copyright 1998-2010 The OpenLDAP Foundation. +## All rights reserved. ## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . LIBRARY = liblber.la @@ -17,7 +25,7 @@ LIB_DEFS = -DLBER_LIBRARY SRCS= assert.c decode.c encode.c io.c bprint.c debug.c \ memory.c options.c sockbuf.c $(@PLAT@_SRCS) -OBJS= assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo\ +OBJS= assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo \ memory.lo options.lo sockbuf.lo $(@PLAT@_OBJS) XSRCS= version.c @@ -29,6 +37,7 @@ LDAP_LIBDIR= ../../libraries XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) XXLIBS = NT_LINK_LIBS = $(AC_LIBS) +UNIX_LINK_LIBS = $(AC_LIBS) dtest: $(XLIBS) dtest.o $(LTLINK) -o $@ dtest.o $(LIBS) @@ -40,4 +49,5 @@ idtest: $(XLIBS) idtest.o install-local: FORCE -$(MKDIR) $(DESTDIR)$(libdir) $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir) + $(LTFINISH) $(DESTDIR)$(libdir)