mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
7496ebeb35
-regenerated autoconf and automake files -additional example code
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
|