X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-monitor%2FMakefile.in;h=56c11d2085c0a4f210cdbfadb360ea7e5ad7458a;hb=44abcdfa2fd10362ea5bf46fdc6acd6875fcc0b8;hp=5a7377e842d82032ab29bb98828c45a1bab8dc4e;hpb=7b423b20b00134c5bdb983294ae59d73bd319877;p=openldap diff --git a/servers/slapd/back-monitor/Makefile.in b/servers/slapd/back-monitor/Makefile.in index 5a7377e842..56c11d2085 100644 --- a/servers/slapd/back-monitor/Makefile.in +++ b/servers/slapd/back-monitor/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2006 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -17,19 +17,18 @@ SRCS = init.c search.c compare.c modify.c bind.c \ operational.c \ cache.c entry.c \ backend.c database.c thread.c conn.c rww.c log.c \ - operation.c sent.c listener.c time.c + operation.c sent.c listener.c time.c overlay.c OBJS = init.lo search.lo compare.lo modify.lo bind.lo \ operational.lo \ cache.lo entry.lo \ backend.lo database.lo thread.lo conn.lo rww.lo log.lo \ - operation.lo sent.lo listener.lo time.lo + operation.lo sent.lo listener.lo time.lo overlay.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-monitor" BUILD_MOD = @BUILD_MONITOR@ -BUILD_MOD_DYNAMIC = @BUILD_MONITOR_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_MONITOR@_DEFS)