openldap/contrib/ldapc++/examples/Makefile.am

21 lines
497 B
Makefile
Raw Normal View History

2008-03-28 07:27:24 -04:00
# $OpenLDAP$
2003-06-05 14:10:44 -04:00
##
2018-03-22 11:35:24 -04:00
# Copyright 2003-2018 The OpenLDAP Foundation, All Rights Reserved.
2003-06-05 14:10:44 -04:00
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
2007-09-21 07:05:10 -04:00
AM_CPPFLAGS = -I$(top_srcdir)/src
2010-02-18 11:46:23 -05:00
noinst_PROGRAMS = main readSchema startTls urlTest
2003-06-05 14:10:44 -04:00
main_SOURCES = main.cpp
main_LDADD = ../src/libldapcpp.la
readSchema_SOURCES = readSchema.cpp
readSchema_LDADD = ../src/libldapcpp.la
2006-07-03 12:31:27 -04:00
2010-02-18 11:46:23 -05:00
startTls_SOURCES = startTls.cpp
startTls_LDADD = ../src/libldapcpp.la
2006-07-03 12:31:27 -04:00
urlTest_SOURCES = urlTest.cpp
urlTest_LDADD = ../src/libldapcpp.la