Removed cruft from the build

This commit is contained in:
kipp%netscape.com 1999-02-02 17:39:01 +00:00
parent 1a7ee962b6
commit 616a110bba

View File

@ -26,17 +26,16 @@ include $(DEPTH)/config/autoconf.mk
# nglayout test program. The order is important. # nglayout test program. The order is important.
DIRS = \ DIRS = \
config \ config \
dbm \
nsprpub \
$(NULL) $(NULL)
ifndef MOZ_NATIVE_JPEG ifndef MOZ_NATIVE_NSPR
DIRS += \ DIRS += \
jpeg \ nsprpub \
$(NULL) $(NULL)
endif endif
DIRS += \ DIRS += \
dbm \
modules/libreg \ modules/libreg \
xpcom \ xpcom \
$(NULL) $(NULL)
@ -47,23 +46,26 @@ DIRS += \
$(NULL) $(NULL)
endif endif
ifndef MOZ_NATIVE_JPEG
DIRS += \
jpeg \
$(NULL)
endif
DIRS += \ DIRS += \
modules/libutil \ modules/libutil \
base \
intl \ intl \
sun-java \
nav-java \
js \ js \
modules/security/freenav \ modules/security/freenav \
modules/libpref \ modules/libpref \
modules/libimg \ modules/libimg \
modules/oji \ modules/oji \
modules/plugin \ modules/plugin \
base \
caps \ caps \
lib/xp \ lib/xp \
lib/libpwcac \ lib/libpwcac \
network \ network \
lib/liblayer/include \
htmlparser \ htmlparser \
gfx \ gfx \
dom \ dom \