From e84f9a05d17b92efb20d8f6702570bc07158f5de Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Tue, 5 Apr 2005 20:59:03 +0000 Subject: [PATCH] Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin git-svn-id: svn://10.0.0.236/trunk@171680 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/parser/htmlparser/tests/html/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/parser/htmlparser/tests/html/Makefile.in b/mozilla/parser/htmlparser/tests/html/Makefile.in index 90f2a6f799c..65cd2adb74d 100644 --- a/mozilla/parser/htmlparser/tests/html/Makefile.in +++ b/mozilla/parser/htmlparser/tests/html/Makefile.in @@ -42,6 +42,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +MOZILLA_INTERNAL_API = 1 + PROGRAM = TestParser$(BIN_SUFFIX) REQUIRES = xpcom \