From 4b01d25c0b1b5b698cb1511f945a2aba080d313e Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Wed, 1 Sep 1999 20:34:10 +0000 Subject: [PATCH] Make xpidl build as an internal tool --- xpcom/typelib/xpt/src/Makefile.in | 1 + xpcom/typelib/xpt/tests/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/xpcom/typelib/xpt/src/Makefile.in b/xpcom/typelib/xpt/src/Makefile.in index 6cab9fee3b98..235485022351 100644 --- a/xpcom/typelib/xpt/src/Makefile.in +++ b/xpcom/typelib/xpt/src/Makefile.in @@ -26,6 +26,7 @@ MODULE = xpcom LIBRARY_NAME = xpt LIB_IS_C_ONLY = 1 +INTERNAL_TOOLS = 1 CSRCS = xpt_struct.c \ xpt_xdr.c \ diff --git a/xpcom/typelib/xpt/tests/Makefile.in b/xpcom/typelib/xpt/tests/Makefile.in index 10e9a49d8b67..5534b3408d46 100644 --- a/xpcom/typelib/xpt/tests/Makefile.in +++ b/xpcom/typelib/xpt/tests/Makefile.in @@ -23,6 +23,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom +INTERNAL_TOOLS = 1 + SIMPLE_PROGRAMS = PrimitiveTest SimpleTypeLib CSRCS = PrimitiveTest.c SimpleTypeLib.c