From 49d4a6e71abe7c733cdec4248893f595993eea2c Mon Sep 17 00:00:00 2001 From: romashin Date: Sat, 19 Apr 2008 18:34:09 +0300 Subject: [PATCH] Fixed properl linking in nolibxul configuration --- embedding/browser/qt/tests/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/embedding/browser/qt/tests/Makefile.in b/embedding/browser/qt/tests/Makefile.in index ed75d9226c..f0798321a3 100644 --- a/embedding/browser/qt/tests/Makefile.in +++ b/embedding/browser/qt/tests/Makefile.in @@ -40,9 +40,11 @@ LIBS += \ $(MOZ_QT_LIBS) \ $(NULL) -#LIBS += \ -# -lqgeckoembed \ -# $(NULL) +ifndef MOZ_ENABLE_LIBXUL +LIBS += \ + -lqgeckoembed \ + $(NULL) +endif LIBS += \ -lxul \ $(NULL) -- 2.11.4.GIT