]> git.sur5r.net Git - openldap/blobdiff - tests/progs/Makefile.in
tavl_delete: copy balance factor
[openldap] / tests / progs / Makefile.in
index cb215bb7ce6daa21309037ad46e5b877819c42ca..39011cc1ece6ad5ddc05ff9a675bfe63e74f6d41 100644 (file)
@@ -1,13 +1,23 @@
+## Makefile.in for test programs
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## tests Makefile.in for OpenLDAP
+## Copyright 1998-2005 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
 
-PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn
+PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \
+               slapd-modify
 
 SRCS     = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c \
-               slapd-modrdn.c
+               slapd-modrdn.c slapd-modify.c
 
 LDAP_INCDIR= ../../include
 LDAP_LIBDIR= ../../libraries
@@ -35,3 +45,5 @@ slapd-addel: slapd-addel.o $(XLIBS)
 slapd-modrdn: slapd-modrdn.o $(XLIBS)
        $(LTLINK) -o $@ slapd-modrdn.o $(LIBS)
 
+slapd-modify: slapd-modify.o $(XLIBS)
+       $(LTLINK) -o $@ slapd-modify.o $(LIBS)