From da76edeb3444f97b839d1521a20ad7e4d8ed3659 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 15 Jan 2002 23:30:20 +0000 Subject: [PATCH] Pull in layout/content/locale for nsITheme work and fix bustage. r=dbaron. git-svn-id: svn://10.0.0.236/trunk@112224 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/gfx/src/mac/Makefile.in b/mozilla/gfx/src/mac/Makefile.in index ae67419b773..5dc6a3b223f 100644 --- a/mozilla/gfx/src/mac/Makefile.in +++ b/mozilla/gfx/src/mac/Makefile.in @@ -44,6 +44,9 @@ REQUIRES = xpcom \ gfx2 \ mozcomps \ windowwatcher \ + content \ + layout \ + locale \ $(NULL) CPPSRCS = \ @@ -82,6 +85,7 @@ EXTRA_DSO_LDOPTS = \ include $(topsrcdir)/config/rules.mk + CXXFLAGS += $(TK_CFLAGS) CFLAGS += $(TK_CFLAGS) INCLUDES += $(TK_CFLAGS) -I$(srcdir)/..