From 71908bf08f5e58475ce97cdd5a34d7c1ebab411f Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 17 Apr 2001 00:49:34 +0000 Subject: [PATCH] Build osx printing files. r=saari/sr=hyatt bug 75653 git-svn-id: svn://10.0.0.236/trunk@92476 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/mac/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/gfx/src/mac/Makefile.in b/mozilla/gfx/src/mac/Makefile.in index 267a30dbc33..5de9d8206fa 100644 --- a/mozilla/gfx/src/mac/Makefile.in +++ b/mozilla/gfx/src/mac/Makefile.in @@ -26,13 +26,13 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gfx_mac MODULE = layout IS_COMPONENT = 1 - +REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher CPPSRCS = \ nsATSUIUtils.cpp \ nsDeviceContextMac.cpp \ nsDeviceContextSpecFactoryM.cpp \ - nsDeviceContextSpecMac.cpp \ + nsDeviceContextSpecX.cpp \ nsDrawingSurfaceMac.cpp \ nsFontMetricsMac.cpp \ nsGfxFactoryMac.cpp \