Add ../src dir to INCLUDES to pick up nsChromeProtocolHandler.h

This commit is contained in:
waterson%netscape.com 1999-07-03 02:56:45 +00:00
parent 62530d62af
commit 2555af6f3f

View File

@ -37,6 +37,9 @@ MODULE = chrome
REQUIRES = xpcom
INCLUDES += -I$(srcdir)/../src \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libchrome_s.a \
$(NULL)