Added the xpcom/sample directory to the build, so I can point people to the minimal XPConnect sample code there without them having to rebuild to try it out.

This commit is contained in:
mccabe%netscape.com 1999-05-28 01:49:47 +00:00
parent ff06f1799f
commit ba4ce210c2
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ DIRS= typelib \
proxy \
build \
tools \
sample \
$(NULL)
ifdef ENABLE_TESTS

View File

@ -29,6 +29,7 @@ DIRS= typelib \
proxy \
tools \
build \
sample \
tests
include <$(DEPTH)\config\rules.mak>