mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 10:07:32 -05:00
Added missing files for make dist
This commit is contained in:
parent
cf9c81710f
commit
65138bc66d
2 changed files with 13 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
|
|
||||||
##
|
##
|
||||||
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved.
|
||||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
# 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
|
SUBDIRS = src examples
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,15 +84,17 @@ include_HEADERS = LDAPAsynConnection.h \
|
||||||
SaslInteractionHandler.h \
|
SaslInteractionHandler.h \
|
||||||
StringList.h
|
StringList.h
|
||||||
|
|
||||||
noinst_HEADERS = LDAPAddRequest.h \
|
noinst_HEADERS = ac/time.h \
|
||||||
LDAPBindRequest.h \
|
debug.h \
|
||||||
LDAPCompareRequest.h \
|
LDAPAddRequest.h \
|
||||||
LDAPDeleteRequest.h \
|
LDAPBindRequest.h \
|
||||||
LDAPExtRequest.h \
|
LDAPCompareRequest.h \
|
||||||
LDAPModDNRequest.h \
|
LDAPDeleteRequest.h \
|
||||||
LDAPModifyRequest.h \
|
LDAPExtRequest.h \
|
||||||
LDAPRequest.h \
|
LDAPModDNRequest.h \
|
||||||
LDAPSearchRequest.h
|
LDAPModifyRequest.h \
|
||||||
|
LDAPRequest.h \
|
||||||
|
LDAPSearchRequest.h
|
||||||
|
|
||||||
libldapcpp_la_LIBADD = -lldap -llber
|
libldapcpp_la_LIBADD = -lldap -llber
|
||||||
libldapcpp_la_LDFLAGS = -version-info @OPENLDAP_CPP_API_VERSION@
|
libldapcpp_la_LDFLAGS = -version-info @OPENLDAP_CPP_API_VERSION@
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue