X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblber%2FMakefile.in;h=a4fd79e342626e189be02dcd34f3d065eee2aa26;hb=f9797d3b914f8e8f83454ca99c7e8beb218ba566;hp=feae38b3630eacd48693506bbe91a2353f55ad7f;hpb=ede6ea1f64679afffc1e7cc97da266857b9c7481;p=openldap diff --git a/libraries/liblber/Makefile.in b/libraries/liblber/Makefile.in index feae38b363..a4fd79e342 100644 --- a/libraries/liblber/Makefile.in +++ b/libraries/liblber/Makefile.in @@ -1,9 +1,17 @@ +# LIBLBER # $OpenLDAP$ -## Copyright 1998-2003 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 @@ -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)