dmose swears this is the correct syntax... (thanks dbaron).

This commit is contained in:
bnesse%netscape.com 2001-12-22 00:57:45 +00:00
parent 2aa97951b5
commit b3fa2f35ac

View File

@ -52,14 +52,12 @@ CPPSRCS = nsReadConfig.cpp \
nsAutoConfig.cpp \
nsConfigFactory.cpp \
nsJSConfigTriggers.cpp \
ifdef MOZ_LDAP_XPCOM
nsLDAPSyncQuery.cpp \
endif
$(NULL)
ifdef MOZ_LDAP_XPCOM
REQUIRES += mozldap
DEFINES += -DMOZ_LDAP_XPCOM
CPPSRCS += nsLDAPSyncQuery.cpp
endif