mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
12 lines
285 B
Makefile
12 lines
285 B
Makefile
##
|
|
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
##
|
|
noinst_PROGRAMS = main readSchema
|
|
|
|
main_SOURCES = main.cpp
|
|
main_LDADD = ../src/libldapcpp.la
|
|
|
|
readSchema_SOURCES = readSchema.cpp
|
|
readSchema_LDADD = ../src/libldapcpp.la
|