From 65c794175cdc2e1749205d00ea44ce9ffcf3aefb Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Wed, 10 Mar 1999 05:06:52 +0000 Subject: [PATCH] Added XULTreeElement to makefile, under !if. --- rdf/content/public/idl/makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rdf/content/public/idl/makefile.win b/rdf/content/public/idl/makefile.win index 6b4a45da3f40..a5c9f75395d7 100644 --- a/rdf/content/public/idl/makefile.win +++ b/rdf/content/public/idl/makefile.win @@ -25,6 +25,9 @@ IDLSRCS = \ NodeObserver.idl \ XULDocument.idl \ XULElement.idl \ +!if YOU_HAVE_WATERSONS_IDLC_HACK + XULTreeElement.idl \ +!endif $(NULL) XPCOM_DESTDIR=$(DEPTH)\rdf\content\public