]> git.sur5r.net Git - openldap/commitdiff
Added missing files for make dist
authorRalf Haferkamp <ralf@openldap.org>
Mon, 23 Jun 2008 15:22:38 +0000 (15:22 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Mon, 23 Jun 2008 15:22:38 +0000 (15:22 +0000)
contrib/ldapc++/Makefile.am
contrib/ldapc++/src/Makefile.am

index bdfe588739f34db25d5f588b717dc6347a8688e1..722e1fbc8e68884abb013808e275e6346e3949c0 100644 (file)
@@ -1,10 +1,10 @@
 # $OpenLDAP$
 
 ##
-# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
+# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 
-EXTRA_DIST=version.var version.sh
+EXTRA_DIST=COPYRIGHT doxygen.rc LICENSE version.var version.sh
 SUBDIRS = src examples
 
index 6586d1ef9be61bea113f4c17811cea8e665d2e53..7efca28ac2b1955d41889cb712065c7e2ba2873c 100644 (file)
@@ -84,15 +84,17 @@ include_HEADERS = LDAPAsynConnection.h \
                        SaslInteractionHandler.h \
                        StringList.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@