mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Moved sample code to examples dir
This commit is contained in:
parent
851407f4e4
commit
3f4c09183f
@ -1,8 +1,8 @@
|
||||
##
|
||||
# Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
|
||||
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
||||
EXTRA_DIST = BUGS
|
||||
SUBDIRS = src
|
||||
SUBDIRS = src examples
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
dnl Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
|
||||
dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ dnl disable config.cache
|
||||
dnl define([AC_CACHE_LOAD], )
|
||||
dnl define([AC_CACHE_SAVE], )
|
||||
|
||||
AC_INIT(src/main.cpp)
|
||||
AC_INIT(examples/main.cpp)
|
||||
AM_INIT_AUTOMAKE(main, 0.0.1)
|
||||
AM_CONFIG_HEADER(src/config.h)
|
||||
|
||||
@ -91,4 +91,4 @@ dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
dnl Checks for library functions.
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile)
|
||||
AC_OUTPUT(Makefile src/Makefile examples/Makefile)
|
||||
|
8
contrib/ldapc++/examples/Makefile.am
Normal file
8
contrib/ldapc++/examples/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
##
|
||||
# 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
|
@ -80,10 +80,4 @@ noinst_HEADERS = LDAPAddRequest.h \
|
||||
|
||||
libldapcpp_la_LIBADD = -lldap -llber
|
||||
libldapcpp_la_LDFLAGS = -version-info 0:1:0
|
||||
|
||||
noinst_PROGRAMS = main
|
||||
|
||||
main_SOURCES = main.cpp
|
||||
main_LDADD = ./libldapcpp.la
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user