]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/Makefile.am
increased version number and regenerated autoconf/automake files
[openldap] / contrib / ldapc++ / src / Makefile.am
1 ##
2 # Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4 ##
5
6 lib_LTLIBRARIES = libldapcpp.la
7
8 libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
9                         LDAPAsynConnection.cpp \
10                         LDAPAttribute.cpp \
11                         LDAPAttributeList.cpp \
12                         LDAPAttrType.cpp \
13                         LDAPBindRequest.cpp \
14                         LDAPCompareRequest.cpp \
15                         LDAPConnection.cpp \
16                         LDAPConstraints.cpp \
17                         LDAPControl.cpp \
18                         LDAPControlSet.cpp \
19                         LDAPDeleteRequest.cpp \
20                         LDAPEntry.cpp \
21                         LDAPEntryList.cpp \
22                         LDAPException.cpp \
23                         LDAPExtRequest.cpp \
24                         LDAPExtResult.cpp \
25                         LDAPMessage.cpp \
26                         LDAPMessageQueue.cpp \
27                         LDAPModDNRequest.cpp \
28                         LDAPModification.cpp \
29                         LDAPModifyRequest.cpp \
30                         LDAPModList.cpp \
31                         LDAPObjClass.cpp \
32                         LDAPRebind.cpp \
33                         LDAPRebindAuth.cpp \
34                         LDAPReferralException.cpp \
35                         LDAPReferenceList.cpp \
36                         LDAPRequest.cpp \
37                         LDAPResult.cpp \
38                         LDAPSchema.cpp \
39                         LDAPSearchReference.cpp \
40                         LDAPSearchRequest.cpp \
41                         LDAPSearchResult.cpp \
42                         LDAPSearchResults.cpp \
43                         LDAPUrl.cpp \
44                         LDAPUrlList.cpp \
45                         StringList.cpp 
46
47 include_HEADERS = LDAPAsynConnection.h \
48                         LDAPAttribute.h \
49                         LDAPAttributeList.h \
50                         LDAPAttrType.h \
51                         LDAPConnection.h \
52                         LDAPConstraints.h \
53                         LDAPControl.h \
54                         LDAPControlSet.h \
55                         LDAPEntry.h \
56                         LDAPEntryList.h \
57                         LDAPException.h \
58                         LDAPExtResult.h \
59                         LDAPMessage.h \
60                         LDAPMessageQueue.h \
61                         LDAPModification.h \
62                         LDAPModList.h \
63                         LDAPObjClass.h \
64                         LDAPRebind.h \
65                         LDAPRebindAuth.h \
66                         LDAPReferralException.h \
67                         LDAPReferenceList.h \
68                         LDAPResult.h \
69                         LDAPSchema.h \
70                         LDAPSearchReference.h \
71                         LDAPSearchResult.h \
72                         LDAPSearchResults.h \
73                         LDAPUrl.h \
74                         LDAPUrlList.h \
75                         StringList.h 
76
77 noinst_HEADERS = LDAPAddRequest.h \
78                 LDAPBindRequest.h \
79                 LDAPCompareRequest.h \
80                 LDAPDeleteRequest.h \
81                 LDAPExtRequest.h \
82                 LDAPModDNRequest.h \
83                 LDAPModifyRequest.h \
84                 LDAPRequest.h \
85                 LDAPSearchRequest.h 
86
87 libldapcpp_la_LIBADD = -lldap -llber
88 libldapcpp_la_LDFLAGS = -version-info 0:5:0
89