]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/Makefile.am
Update guide Copyright/License handling
[openldap] / contrib / ldapc++ / src / Makefile.am
index 6586d1ef9be61bea113f4c17811cea8e665d2e53..2ccc7b242e4bb70145b2368be871328ed87e7817 100644 (file)
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 
 ###
-# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved.
+# Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 
@@ -48,7 +48,8 @@ libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
                        LdifWriter.cpp \
                        SaslInteraction.cpp \
                        SaslInteractionHandler.cpp \
-                       StringList.cpp 
+                       StringList.cpp \
+                       TlsOptions.cpp
 
 include_HEADERS = LDAPAsynConnection.h \
                        LDAPAttribute.h \
@@ -82,17 +83,20 @@ include_HEADERS = LDAPAsynConnection.h \
                        LdifWriter.h \
                        SaslInteraction.h \
                        SaslInteractionHandler.h \
-                       StringList.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 @OPENLDAP_CPP_API_VERSION@