mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
15 lines
361 B
Makefile
15 lines
361 B
Makefile
##
|
|
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
##
|
|
noinst_PROGRAMS = main readSchema urlTest
|
|
|
|
main_SOURCES = main.cpp
|
|
main_LDADD = ../src/libldapcpp.la
|
|
|
|
readSchema_SOURCES = readSchema.cpp
|
|
readSchema_LDADD = ../src/libldapcpp.la
|
|
|
|
urlTest_SOURCES = urlTest.cpp
|
|
urlTest_LDADD = ../src/libldapcpp.la
|