]> git.sur5r.net Git - openldap/blobdiff - tests/progs/Makefile.in
tavl_delete: copy balance factor
[openldap] / tests / progs / Makefile.in
index 7727e5e10d10ef7b647931e3721cabc451282459..39011cc1ece6ad5ddc05ff9a675bfe63e74f6d41 100644 (file)
@@ -1,6 +1,8 @@
 ## Makefile.in for test programs
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 ## 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
@@ -42,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)