prepend $(srcdir) to $(RESOURCES) to make nsinstall happy.

git-svn-id: svn://10.0.0.236/trunk@67888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-05-02 06:58:12 +00:00
parent 45512a73c8
commit 2099ccac6e

View File

@@ -50,6 +50,8 @@ RESOURCES = \
close-over.gif \
$(NULL)
RESOURCES := $(addprefix $(srcdir)/, $(RESOURCES))
# Stuff to build the library used to wrap malloc
LIBMALLOC_CPPSRCS = libmalloc.cpp
LIBMALLOC_OBJECTS = $(LIBMALLOC_CPPSRCS:.cpp=.o)