Place LDAP headers into ldap subdir.

Bug #98924 r=dmose sr=alecf
This commit is contained in:
cls%seawood.org 2001-09-22 02:28:40 +00:00
parent 10e09afb88
commit 9044ab2102
2 changed files with 10 additions and 0 deletions

View File

@ -128,6 +128,10 @@ NGLAYOUT_DIST=$(XPDIST)\NGL$(MOZ_BITS)_D.OBJ
#//
#//-----------------------------------------------------------------------
!ifndef DISABLE_LDAP
LDAP_CFLAGS=-I$(XPDIST)\include\ldap
!endif
CFGFILE=$(OBJDIR)\cmd.cfg
INCS=$(INCS) -I$(PUBLIC) -I$(DIST)\include -I$(XPDIST)\include\nspr

View File

@ -48,6 +48,11 @@ CPP_OBJS = .\$(OBJDIR)\nsLDAPURL.obj \
# There might be some issues here with how DEFINES might get duplicated
# in the LCFLAGS.
LCFLAGS = \
$(LCFLAGS) \
$(LDAP_CFLAGS) \
$(NULL)
!if defined(ENABLE_LDAP_EXPERIMENTAL)
DEFINES = -DMOZ_LDAP_XPCOM_EXPERIMENTAL $(DEFINES)
LCFLAGS = \
@ -60,3 +65,4 @@ C_OBJS = .\$(OBJDIR)\nsLDAPConnectionCallbacks.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>