From a30df4a72f26dc9d371c0b8ae063d6ab93253760 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 17 Apr 2001 04:35:22 +0000 Subject: [PATCH] osx needs nsWidgetAtoms built. r=saari/sr=hyatt. bug#75653 --- widget/src/xpwidgets/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widget/src/xpwidgets/Makefile.in b/widget/src/xpwidgets/Makefile.in index 458e6013826e..969affeb7134 100644 --- a/widget/src/xpwidgets/Makefile.in +++ b/widget/src/xpwidgets/Makefile.in @@ -44,6 +44,10 @@ CPPSRCS = \ nsXPLookAndFeel.cpp \ $(NULL) +ifeq ($(MOZ_WIDGET_TOOLKIT),mac) +CPPSRCS += nsWidgetAtoms.cpp +endif + LOCAL_INCLUDES = \ -I$(srcdir)/../$(MOZ_WIDGET_TOOLKIT) \ -I$(srcdir) \