]> git.sur5r.net Git - openldap/commitdiff
- Build LdifWriter
authorRalf Haferkamp <ralf@openldap.org>
Fri, 28 Mar 2008 10:57:48 +0000 (10:57 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Fri, 28 Mar 2008 10:57:48 +0000 (10:57 +0000)
- added $OpenLDAP$ CVS Keyword

contrib/ldapc++/src/Makefile.am
contrib/ldapc++/src/Makefile.in

index c7d0c3368ce4b3d96a5f0d082d50f7847904a8e6..dcc242f3f027648dea1362d65405e5ab68d17eee 100644 (file)
@@ -1,4 +1,6 @@
-##
+# $OpenLDAP$
+
+###
 # Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
@@ -43,6 +45,7 @@ libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
                        LDAPUrl.cpp \
                        LDAPUrlList.cpp \
                        LdifReader.cpp \
+                       LdifWriter.cpp \
                        SaslInteraction.cpp \
                        SaslInteractionHandler.cpp \
                        StringList.cpp 
@@ -76,6 +79,7 @@ include_HEADERS = LDAPAsynConnection.h \
                        LDAPUrl.h \
                        LDAPUrlList.h \
                        LdifReader.h \
+                       LdifWriter.h \
                        SaslInteraction.h \
                        SaslInteractionHandler.h \
                        StringList.h 
index 1a7a0b8b5152284157003f444c840adc2665ca05..d039023c976ff6c4652c2c9dd792ee149cdc93fc 100644 (file)
@@ -14,6 +14,9 @@
 
 @SET_MAKE@
 
+# $OpenLDAP$
+
+###
 # Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 
@@ -69,8 +72,8 @@ am_libldapcpp_la_OBJECTS = LDAPAddRequest.lo LDAPAsynConnection.lo \
        LDAPReferenceList.lo LDAPRequest.lo LDAPResult.lo \
        LDAPSaslBindResult.lo LDAPSchema.lo LDAPSearchReference.lo \
        LDAPSearchRequest.lo LDAPSearchResult.lo LDAPSearchResults.lo \
-       LDAPUrl.lo LDAPUrlList.lo LdifReader.lo SaslInteraction.lo \
-       SaslInteractionHandler.lo StringList.lo
+       LDAPUrl.lo LDAPUrlList.lo LdifReader.lo LdifWriter.lo \
+       SaslInteraction.lo SaslInteractionHandler.lo StringList.lo
 libldapcpp_la_OBJECTS = $(am_libldapcpp_la_OBJECTS)
 libldapcpp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
@@ -239,6 +242,7 @@ libldapcpp_la_SOURCES = LDAPAddRequest.cpp \
                        LDAPUrl.cpp \
                        LDAPUrlList.cpp \
                        LdifReader.cpp \
+                       LdifWriter.cpp \
                        SaslInteraction.cpp \
                        SaslInteractionHandler.cpp \
                        StringList.cpp 
@@ -272,6 +276,7 @@ include_HEADERS = LDAPAsynConnection.h \
                        LDAPUrl.h \
                        LDAPUrlList.h \
                        LdifReader.h \
+                       LdifWriter.h \
                        SaslInteraction.h \
                        SaslInteractionHandler.h \
                        StringList.h 
@@ -413,6 +418,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPUrl.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPUrlList.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LdifReader.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LdifWriter.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SaslInteraction.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SaslInteractionHandler.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StringList.Plo@am__quote@