Move LDAP_LIBFLAGS to LDFLAGS

This commit is contained in:
Kurt Zeilenga 1999-07-14 18:06:10 +00:00
parent b334171a87
commit 5534a3d40c
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ Changes included in OpenLDAP 1.2 Release Engineering
Added ac/time.h to slap.h for IRIX (ITS#223)
Added sys/select.h detection
Fix xrpcomp $libexecdir sed
Move LDAP_LIBPATH to LDFLAGS
Changes included in OpenLDAP 1.2.3
CVS Tag: OPENLDAP_REL_ENG_1_2_3

View File

@ -120,9 +120,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)
LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
CFLAGS = $(AC_CFLAGS) $(DEFS)
LDFLAGS = $(AC_LDFLAGS) $(XLDFLAGS)
LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS)
all: all-common all-local FORCE
install: install-common install-local FORCE