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

12 lines
285 B
Makefile
Raw Normal View History

2003-06-06 02:10:44 +08:00
##
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
noinst_PROGRAMS = main readSchema
2003-06-06 02:10:44 +08:00
main_SOURCES = main.cpp
main_LDADD = ../src/libldapcpp.la
readSchema_SOURCES = readSchema.cpp
readSchema_LDADD = ../src/libldapcpp.la