From 57a517c23a896d268dfabb7fbaeed41a25427c34 Mon Sep 17 00:00:00 2001 From: "mccabe%netscape.com" Date: Fri, 28 May 1999 01:49:47 +0000 Subject: [PATCH] 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. --- xpcom/Makefile.in | 1 + xpcom/makefile.win | 1 + 2 files changed, 2 insertions(+) diff --git a/xpcom/Makefile.in b/xpcom/Makefile.in index 9d51ee56206..6ec1cbc801a 100644 --- a/xpcom/Makefile.in +++ b/xpcom/Makefile.in @@ -31,6 +31,7 @@ DIRS= typelib \ proxy \ build \ tools \ + sample \ $(NULL) ifdef ENABLE_TESTS diff --git a/xpcom/makefile.win b/xpcom/makefile.win index a9b7c5c0b86..91975da50d7 100644 --- a/xpcom/makefile.win +++ b/xpcom/makefile.win @@ -29,6 +29,7 @@ DIRS= typelib \ proxy \ tools \ build \ + sample \ tests include <$(DEPTH)\config\rules.mak>