X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FMakefile.am;h=c1a24217ddf02e18478a1918f896806f40126b68;hb=55060f6b1f23c6e4276d8e10ef73eaf1f2a3ab3a;hp=d18fbe7e68884b288e8ab2be0d05a81042923190;hpb=e995b2fd35ddf8bd919edbc751dcb780f572ae51;p=openldap diff --git a/contrib/ldapc++/src/Makefile.am b/contrib/ldapc++/src/Makefile.am index d18fbe7e68..c1a24217dd 100644 --- a/contrib/ldapc++/src/Makefile.am +++ b/contrib/ldapc++/src/Makefile.am @@ -1,89 +1,103 @@ -## -# Copyright 2000, OpenLDAP Foundation, All Rights Reserved. +# $OpenLDAP$ + +### +# Copyright 2000-2012 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## lib_LTLIBRARIES = libldapcpp.la libldapcpp_la_SOURCES = LDAPAddRequest.cpp \ - LDAPAsynConnection.cpp \ - LDAPAttribute.cpp \ - LDAPAttributeList.cpp \ - LDAPAttrType.cpp \ - LDAPBindRequest.cpp \ - LDAPCompareRequest.cpp \ - LDAPConnection.cpp \ - LDAPConstraints.cpp \ - LDAPControl.cpp \ - LDAPControlSet.cpp \ - LDAPDeleteRequest.cpp \ - LDAPEntry.cpp \ - LDAPEntryList.cpp \ - LDAPException.cpp \ - LDAPExtRequest.cpp \ - LDAPExtResult.cpp \ - LDAPMessage.cpp \ - LDAPMessageQueue.cpp \ - LDAPModDNRequest.cpp \ - LDAPModification.cpp \ - LDAPModifyRequest.cpp \ - LDAPModList.cpp \ - LDAPObjClass.cpp \ - LDAPRebind.cpp \ - LDAPRebindAuth.cpp \ - LDAPReferralException.cpp \ - LDAPReferenceList.cpp \ - LDAPRequest.cpp \ - LDAPResult.cpp \ - LDAPSchema.cpp \ - LDAPSearchReference.cpp \ - LDAPSearchRequest.cpp \ - LDAPSearchResult.cpp \ - LDAPSearchResults.cpp \ - LDAPUrl.cpp \ - LDAPUrlList.cpp \ - StringList.cpp + LDAPAsynConnection.cpp \ + LDAPAttribute.cpp \ + LDAPAttributeList.cpp \ + LDAPAttrType.cpp \ + LDAPBindRequest.cpp \ + LDAPCompareRequest.cpp \ + LDAPConnection.cpp \ + LDAPConstraints.cpp \ + LDAPControl.cpp \ + LDAPControlSet.cpp \ + LDAPDeleteRequest.cpp \ + LDAPEntry.cpp \ + LDAPEntryList.cpp \ + LDAPException.cpp \ + LDAPExtRequest.cpp \ + LDAPExtResult.cpp \ + LDAPMessage.cpp \ + LDAPMessageQueue.cpp \ + LDAPModDNRequest.cpp \ + LDAPModification.cpp \ + LDAPModifyRequest.cpp \ + LDAPModList.cpp \ + LDAPObjClass.cpp \ + LDAPRebind.cpp \ + LDAPRebindAuth.cpp \ + LDAPReferenceList.cpp \ + LDAPRequest.cpp \ + LDAPResult.cpp \ + LDAPSaslBindResult.cpp \ + LDAPSchema.cpp \ + LDAPSearchReference.cpp \ + LDAPSearchRequest.cpp \ + LDAPSearchResult.cpp \ + LDAPSearchResults.cpp \ + LDAPUrl.cpp \ + LDAPUrlList.cpp \ + LdifReader.cpp \ + LdifWriter.cpp \ + SaslInteraction.cpp \ + SaslInteractionHandler.cpp \ + StringList.cpp \ + TlsOptions.cpp include_HEADERS = LDAPAsynConnection.h \ - LDAPAttribute.h \ - LDAPAttributeList.h \ - LDAPAttrType.h \ - LDAPConnection.h \ - LDAPConstraints.h \ - LDAPControl.h \ - LDAPControlSet.h \ - LDAPEntry.h \ - LDAPEntryList.h \ - LDAPException.h \ - LDAPExtResult.h \ - LDAPMessage.h \ - LDAPMessageQueue.h \ - LDAPModification.h \ - LDAPModList.h \ - LDAPObjClass.h \ - LDAPRebind.h \ - LDAPRebindAuth.h \ - LDAPReferralException.h \ - LDAPReferenceList.h \ - LDAPResult.h \ - LDAPSchema.h \ - LDAPSearchReference.h \ - LDAPSearchResult.h \ - LDAPSearchResults.h \ - LDAPUrl.h \ - LDAPUrlList.h \ - StringList.h + LDAPAttribute.h \ + LDAPAttributeList.h \ + LDAPAttrType.h \ + LDAPConnection.h \ + LDAPConstraints.h \ + LDAPControl.h \ + LDAPControlSet.h \ + LDAPEntry.h \ + LDAPEntryList.h \ + LDAPException.h \ + LDAPExtResult.h \ + LDAPMessage.h \ + LDAPMessageQueue.h \ + LDAPModification.h \ + LDAPModList.h \ + LDAPObjClass.h \ + LDAPRebind.h \ + LDAPRebindAuth.h \ + LDAPReferenceList.h \ + LDAPResult.h \ + LDAPSaslBindResult.h \ + LDAPSchema.h \ + LDAPSearchReference.h \ + LDAPSearchResult.h \ + LDAPSearchResults.h \ + LDAPUrl.h \ + LDAPUrlList.h \ + LdifReader.h \ + LdifWriter.h \ + SaslInteraction.h \ + SaslInteractionHandler.h \ + StringList.h \ + TlsOptions.h -noinst_HEADERS = LDAPAddRequest.h \ - LDAPBindRequest.h \ - LDAPCompareRequest.h \ - LDAPDeleteRequest.h \ - LDAPExtRequest.h \ - LDAPModDNRequest.h \ - LDAPModifyRequest.h \ - LDAPRequest.h \ - LDAPSearchRequest.h +noinst_HEADERS = ac/time.h \ + debug.h \ + LDAPAddRequest.h \ + LDAPBindRequest.h \ + LDAPCompareRequest.h \ + LDAPDeleteRequest.h \ + LDAPExtRequest.h \ + LDAPModDNRequest.h \ + LDAPModifyRequest.h \ + LDAPRequest.h \ + LDAPSearchRequest.h libldapcpp_la_LIBADD = -lldap -llber -libldapcpp_la_LDFLAGS = -version-info 0:1:0 +libldapcpp_la_LDFLAGS = -version-info @OPENLDAP_CPP_API_VERSION@