]> git.sur5r.net Git - openldap/commitdiff
relocate LDAP_LIBPATH to front of LDFLAGS.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 8 Mar 1999 02:31:03 +0000 (02:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 8 Mar 1999 02:31:03 +0000 (02:31 +0000)
build/top.mk

index 33315ba045a2e9e79e42f655c3cc26f7445888cb..1be9becd84bae1a3812ee07c4d7c82db315194b6 100644 (file)
@@ -125,9 +125,9 @@ SLURPD_LIBS = @SLURPD_LIBS@
 # Our Defaults
 CC = $(AC_CC)
 DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
-LIBS = $(LDAP_LIBPATH) $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
 CFLAGS = $(AC_CFLAGS) $(DEFS)
-LDFLAGS = $(AC_LDFLAGS) $(XLDFLAGS)
+LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS)
+LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
 
 all:           all-common all-local FORCE
 install:       install-common install-local FORCE