From c33ae969b21e1b8afa748b2f320fb1f949ee1a6e Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Sat, 10 Mar 2001 08:31:47 +0000 Subject: [PATCH] Fix bustage with system installed mng. r=cls --- modules/libimg/mngcom/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/libimg/mngcom/Makefile.in b/modules/libimg/mngcom/Makefile.in index 17ebb320f1d..b02975a1a85 100644 --- a/modules/libimg/mngcom/Makefile.in +++ b/modules/libimg/mngcom/Makefile.in @@ -30,12 +30,6 @@ LIBRARY_NAME = nsmng IS_COMPONENT = 1 REQUIRES = xpcom string img layout util locale mng jpeg -ifeq ($(MOZ_WIDGET_TOOLKIT),os2) -EXTRA_DSO_LIBS = libmozmng -else -EXTRA_DSO_LIBS = mozmng -endif - CPPSRCS = \ nsMNGDecoder.cpp \ nsMNGModule.cpp \ @@ -43,7 +37,7 @@ CPPSRCS = \ LOCAL_INCLUDES = -I$(srcdir) -EXTRA_DSO_LDOPTS = -L$(DIST)/lib $(EXTRA_DSO_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) \ +EXTRA_DSO_LDOPTS = $(MNG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) \ $(MOZ_COMPONENT_LIBS) \ $(NULL)