From 62b03af050f5a3e491129ac21217533454422328 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 23 Jun 2008 15:23:56 +0000 Subject: [PATCH] regenerated --- contrib/ldapc++/Makefile.in | 4 ++-- contrib/ldapc++/src/Makefile.in | 22 ++++++++++++---------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/contrib/ldapc++/Makefile.in b/contrib/ldapc++/Makefile.in index 56b967db3b..2ca7d510c7 100644 --- a/contrib/ldapc++/Makefile.in +++ b/contrib/ldapc++/Makefile.in @@ -16,7 +16,7 @@ # $OpenLDAP$ -# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved. +# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ @@ -183,7 +183,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = version.var version.sh +EXTRA_DIST = COPYRIGHT doxygen.rc LICENSE version.var version.sh SUBDIRS = src examples all: all-recursive diff --git a/contrib/ldapc++/src/Makefile.in b/contrib/ldapc++/src/Makefile.in index a13d9655a4..fcffceaa4e 100644 --- a/contrib/ldapc++/src/Makefile.in +++ b/contrib/ldapc++/src/Makefile.in @@ -17,7 +17,7 @@ # $OpenLDAP$ ### -# Copyright 2000, OpenLDAP Foundation, All Rights Reserved. +# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -284,15 +284,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@ -- 2.39.5