diff modules/ldap/Makefile.in.in @ 1011:fac45095e485

[xemacs-hg @ 2002-09-20 22:19:05 by youngs] 2002-09-20 Steve Youngs <youngs@xemacs.org> * Makefile.in.in (TAGS tags): Descend into the modules directory as well. 2002-09-20 Steve Youngs <youngs@xemacs.org> * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick up '--site-libraries'. * ldap/Makefile.in.in (LDFLAGS): Ditto.
author youngs
date Fri, 20 Sep 2002 22:19:17 +0000
parents 25e260cb7994
children 184461bc8de4
line wrap: on
line diff
--- a/modules/ldap/Makefile.in.in	Fri Sep 20 21:53:54 2002 +0000
+++ b/modules/ldap/Makefile.in.in	Fri Sep 20 22:19:17 2002 +0000
@@ -29,7 +29,7 @@
 MODNAME=eldap
 MODVER=1.0.0
 MODTITLE="LDAP Client Interface for XEmacs"
-LDFLAGS=@LDFLAGS@ @ldap_libs@
+LDFLAGS=@LDFLAGS@ @ld_switch_all@ @ldap_libs@
 SRCS=eldap.c
 
 ### You should not need to modify anything below this line