]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/Makefile.am
Entry rwlock is no longer needed as concurrency is managed
[openldap] / contrib / ldapc++ / src / Makefile.am
index a04d80d38be83821c11b858584e1c863b1f7f9df..d9e85faa3abad392d211c37077f60c7ed2cf6434 100644 (file)
@@ -39,8 +39,7 @@ libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
                        LDAPSearchResults.cpp \
                        LDAPUrl.cpp \
                        LDAPUrlList.cpp \
-                       StringList.cpp \
-                       RebindTest.cpp
+                       StringList.cpp 
 
 include_HEADERS = LDAPAsynConnection.h \
                         LDAPAttribute.h \
@@ -48,6 +47,7 @@ include_HEADERS = LDAPAsynConnection.h \
                         LDAPConnection.h \
                         LDAPConstraints.h \
                         LDAPControl.h \
+                       LDAPControlSet.h \
                         LDAPEntry.h \
                         LDAPEntryList.h \
                         LDAPException.h \
@@ -63,6 +63,7 @@ include_HEADERS = LDAPAsynConnection.h \
                         LDAPResult.h \
                         LDAPSearchReference.h \
                         LDAPSearchResult.h \
+                        LDAPSearchResults.h \
                         LDAPUrl.h \
                         LDAPUrlList.h \
                         StringList.h