X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=build%2Ftop.mk;h=4c36bee345dbc145a6223df95efe9fdb62375b0a;hb=02d9a1e8d66a51aa1972b72d63fd2e892cb66040;hp=86a5ec2bc43494d1d8a29ce2d31fccab69d69f3c;hpb=143dbb2e49476a6155e754908e20b9f5769585ea;p=openldap diff --git a/build/top.mk b/build/top.mk index 86a5ec2bc4..4c36bee345 100644 --- a/build/top.mk +++ b/build/top.mk @@ -1,7 +1,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2009 The OpenLDAP Foundation. +## Copyright 1998-2013 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -187,10 +187,9 @@ KRB4_LIBS = @KRB4_LIBS@ KRB5_LIBS = @KRB5_LIBS@ KRB_LIBS = @KRB4_LIBS@ @KRB5_LIBS@ SASL_LIBS = @SASL_LIBS@ -GSSAPI_LIBS = @GSSAPI_LIBS@ TLS_LIBS = @TLS_LIBS@ AUTH_LIBS = @AUTH_LIBS@ -SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(GSSAPI_LIBS) $(TLS_LIBS) $(AUTH_LIBS) +SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(TLS_LIBS) $(AUTH_LIBS) ICU_LIBS = @ICU_LIBS@ MODULES_CPPFLAGS = @SLAPD_MODULES_CPPFLAGS@