Add resources dir to build.

git-svn-id: svn://10.0.0.236/trunk@30371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-05-05 04:41:38 +00:00
parent ac7e03313c
commit f3c6ca4521
2 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src
DIRS = public src resources
include $(topsrcdir)/config/config.mk

View File

@ -22,7 +22,9 @@ IGNORE_MANIFEST=1
DEPTH = ..\
DIRS= \
public \
src
public \
src \
resources \
$(NULL)
include <$(DEPTH)\config\rules.mak>