]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/Makefile.am
c7d0c3368ce4b3d96a5f0d082d50f7847904a8e6
[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                         LDAPReferenceList.cpp \
35                         LDAPRequest.cpp \
36                         LDAPResult.cpp \
37                         LDAPSaslBindResult.cpp \
38                         LDAPSchema.cpp \
39                         LDAPSearchReference.cpp \
40                         LDAPSearchRequest.cpp \
41                         LDAPSearchResult.cpp \
42                         LDAPSearchResults.cpp \
43                         LDAPUrl.cpp \
44                         LDAPUrlList.cpp \
45                         LdifReader.cpp \
46                         SaslInteraction.cpp \
47                         SaslInteractionHandler.cpp \
48                         StringList.cpp 
49
50 include_HEADERS = LDAPAsynConnection.h \
51                         LDAPAttribute.h \
52                         LDAPAttributeList.h \
53                         LDAPAttrType.h \
54                         LDAPConnection.h \
55                         LDAPConstraints.h \
56                         LDAPControl.h \
57                         LDAPControlSet.h \
58                         LDAPEntry.h \
59                         LDAPEntryList.h \
60                         LDAPException.h \
61                         LDAPExtResult.h \
62                         LDAPMessage.h \
63                         LDAPMessageQueue.h \
64                         LDAPModification.h \
65                         LDAPModList.h \
66                         LDAPObjClass.h \
67                         LDAPRebind.h \
68                         LDAPRebindAuth.h \
69                         LDAPReferenceList.h \
70                         LDAPResult.h \
71                         LDAPSaslBindResult.h \
72                         LDAPSchema.h \
73                         LDAPSearchReference.h \
74                         LDAPSearchResult.h \
75                         LDAPSearchResults.h \
76                         LDAPUrl.h \
77                         LDAPUrlList.h \
78                         LdifReader.h \
79                         SaslInteraction.h \
80                         SaslInteractionHandler.h \
81                         StringList.h 
82
83 noinst_HEADERS = LDAPAddRequest.h \
84                 LDAPBindRequest.h \
85                 LDAPCompareRequest.h \
86                 LDAPDeleteRequest.h \
87                 LDAPExtRequest.h \
88                 LDAPModDNRequest.h \
89                 LDAPModifyRequest.h \
90                 LDAPRequest.h \
91                 LDAPSearchRequest.h 
92
93 libldapcpp_la_LIBADD = -lldap -llber
94 libldapcpp_la_LDFLAGS = -version-info 0:5:0
95