From 5d510be538f44be8055e0ebe67b457263e5276f4 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Mon, 15 May 2000 21:13:05 +0000 Subject: [PATCH] adding XPCOM libs to LDOPTS since there are dependencies and AIX needs to resolve all at link time git-svn-id: svn://10.0.0.236/trunk@69865 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/samples/simple/Makefile.in | 2 +- mozilla/modules/plugin/test/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/plugin/samples/simple/Makefile.in b/mozilla/modules/plugin/samples/simple/Makefile.in index b8fc74912ee..120f9606436 100644 --- a/mozilla/modules/plugin/samples/simple/Makefile.in +++ b/mozilla/modules/plugin/samples/simple/Makefile.in @@ -36,7 +36,7 @@ CPPSRCS = npsimple.cpp LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public -EXTRA_DSO_LDOPTS += -L$(DIST)/lib -lgtksuperwin $(TK_LIBS) +EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_XPCOM_LIBS) -L$(DIST)/lib -lgtksuperwin $(TK_LIBS) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/modules/plugin/test/Makefile.in b/mozilla/modules/plugin/test/Makefile.in index b8fc74912ee..120f9606436 100644 --- a/mozilla/modules/plugin/test/Makefile.in +++ b/mozilla/modules/plugin/test/Makefile.in @@ -36,7 +36,7 @@ CPPSRCS = npsimple.cpp LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public -EXTRA_DSO_LDOPTS += -L$(DIST)/lib -lgtksuperwin $(TK_LIBS) +EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_XPCOM_LIBS) -L$(DIST)/lib -lgtksuperwin $(TK_LIBS) include $(topsrcdir)/config/rules.mk