]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-relay/Makefile.in
happy belated new year
[openldap] / servers / slapd / back-relay / Makefile.in
index 8735a77adc2d6f3d09b02a98ec60d430ce2f2976..a408f34c84ef7ecf9c317c933eb7adbc9c6fa7f6 100644 (file)
@@ -1,7 +1,8 @@
 # Makefile.in for back-relay
+# $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## 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
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
-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)