]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/examples/Makefile.am
need to copy the Entry to safely manipulate it
[openldap] / contrib / ldapc++ / examples / Makefile.am
1 ##
2 # Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4 ##
5 noinst_PROGRAMS = main readSchema urlTest
6
7 main_SOURCES = main.cpp
8 main_LDADD = ../src/libldapcpp.la
9
10 readSchema_SOURCES = readSchema.cpp
11 readSchema_LDADD = ../src/libldapcpp.la
12
13 urlTest_SOURCES = urlTest.cpp
14 urlTest_LDADD = ../src/libldapcpp.la