X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-relay%2FMakefile.in;h=a408f34c84ef7ecf9c317c933eb7adbc9c6fa7f6;hb=1adee08e8912c1f47c7b170fe62bebdd9797921f;hp=8735a77adc2d6f3d09b02a98ec60d430ce2f2976;hpb=ba470467af71fbef991ffbcdff8ea682196a7729;p=openldap diff --git a/servers/slapd/back-relay/Makefile.in b/servers/slapd/back-relay/Makefile.in index 8735a77adc..a408f34c84 100644 --- a/servers/slapd/back-relay/Makefile.in +++ b/servers/slapd/back-relay/Makefile.in @@ -1,7 +1,8 @@ # Makefile.in for back-relay +# $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2010 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -12,15 +13,14 @@ ## top-level directory of the distribution or, alternatively, at ## . -SRCS = init.c config.c op.c -OBJS = init.lo config.lo op.lo +SRCS = init.c op.c +OBJS = init.lo op.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-relay" BUILD_MOD = @BUILD_RELAY@ -BUILD_MOD_DYNAMIC = @BUILD_RELAY_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_RELAY@_DEFS)