Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin

git-svn-id: svn://10.0.0.236/trunk@171645 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-04-05 14:13:03 +00:00
parent c0a7eecf51
commit 2fe54f6a40
18 changed files with 30 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = grabpage$(BIN_SUFFIX)
MOZILLA_INTERNAL_API = 1
REQUIRES = xpcom \
string \

View File

@@ -43,6 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = logparse$(BIN_SUFFIX)
MOZILLA_INTERNAL_API = 1
REQUIRES = \
xpcom \

View File

@@ -43,6 +43,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestOutput$(BIN_SUFFIX)
MOZILLA_INTERNAL_API = 1
REQUIRES = xpcom \
string \
htmlparser \