Removing unused REQUIRES line

This commit is contained in:
mcafee%netscape.com 1999-01-31 20:14:35 +00:00
parent ffda88e293
commit c38e5003b7

View File

@ -30,16 +30,7 @@ CSRCS = \
mkaccess.c \
$(NULL)
EXPORTS= mkaccess.h httpurl.h httpauth.h cookies.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES = netcache network dbm util pref js java fileurl \
security layer img httpurl mimetype htmldlgs
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += progress
endif
EXPORTS = mkaccess.h httpurl.h httpauth.h cookies.h
NO_STATIC_LIB=1