]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/Makefile.am
initial support for SASL
[openldap] / contrib / ldapc++ / src / Makefile.am
index 0768c693c8c15a2eddf11853714c0d6515b108d1..1e5cf8eebdd0778621dd97b646493563e5b02283 100644 (file)
@@ -6,73 +6,79 @@
 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 \
+                       LDAPReferralException.cpp \
+                       LDAPReferenceList.cpp \
+                       LDAPRequest.cpp \
+                       LDAPResult.cpp \
+                       LDAPSaslBindResult.cpp \
+                       LDAPSchema.cpp \
+                       LDAPSearchReference.cpp \
+                       LDAPSearchRequest.cpp \
+                       LDAPSearchResult.cpp \
+                       LDAPSearchResults.cpp \
+                       LDAPUrl.cpp \
+                       LDAPUrlList.cpp \
+                       SaslInteraction.cpp \
+                       SaslInteractionHandler.cpp \
+                       StringList.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 \
+                       LDAPReferralException.h \
+                       LDAPReferenceList.h \
+                       LDAPResult.h \
+                       LDAPSaslBindResult.h \
+                       LDAPSchema.h \
+                       LDAPSearchReference.h \
+                       LDAPSearchResult.h \
+                       LDAPSearchResults.h \
+                       LDAPUrl.h \
+                       LDAPUrlList.h \
+                       SaslInteraction.h \
+                       SaslInteractionHandler.h \
+                       StringList.h 
 
 noinst_HEADERS = LDAPAddRequest.h \
                 LDAPBindRequest.h \