fix the build breakage...make sure necko is defined.

This commit is contained in:
mscott%netscape.com 1999-07-29 02:44:21 +00:00
parent 94546e7ac3
commit cd28fa26cc

View File

@ -53,7 +53,7 @@ LINCS = -I$(PUBLIC)/js \
-I$(DEPTH)\include \
-I$(PUBLIC)/libreg \
LCFLAGS = -DMOZILLA_CLIENT
LCFLAGS = -DMOZILLA_CLIENT -DNECKO
# I'm hardcoding the directory name here to fix MOZ_LITE
# it was $(DIST_PREFIX) instead of WIN, which is the same