From b527294153be3b79563c82c66102adc0004736c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:54:12 +0200 Subject: Adding upstream version 2.6.7+dfsg. Signed-off-by: Daniel Baumann --- contrib/ldapc++/examples/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 contrib/ldapc++/examples/Makefile.am (limited to 'contrib/ldapc++/examples/Makefile.am') diff --git a/contrib/ldapc++/examples/Makefile.am b/contrib/ldapc++/examples/Makefile.am new file mode 100644 index 0000000..ae25cb4 --- /dev/null +++ b/contrib/ldapc++/examples/Makefile.am @@ -0,0 +1,20 @@ +# $OpenLDAP$ + +## +# Copyright 2003-2022 The OpenLDAP Foundation, All Rights Reserved. +# COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## +AM_CPPFLAGS = -I$(top_srcdir)/src +noinst_PROGRAMS = main readSchema startTls urlTest + +main_SOURCES = main.cpp +main_LDADD = ../src/libldapcpp.la + +readSchema_SOURCES = readSchema.cpp +readSchema_LDADD = ../src/libldapcpp.la + +startTls_SOURCES = startTls.cpp +startTls_LDADD = ../src/libldapcpp.la + +urlTest_SOURCES = urlTest.cpp +urlTest_LDADD = ../src/libldapcpp.la -- cgit v1.2.3