mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
9 lines
197 B
Makefile
9 lines
197 B
Makefile
##
|
|
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
##
|
|
noinst_PROGRAMS = main
|
|
|
|
main_SOURCES = main.cpp
|
|
main_LDADD = ../src/libldapcpp.la
|