[gnome-shell] Fix build of run-js-test
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix build of run-js-test
- Date: Sat, 13 Nov 2010 09:27:05 +0000 (UTC)
commit e8917e2d6fdd8672c8aea4e5188ddbaac92774c2
Author: Rico Tzschichholz <ricotz t-online de>
Date: Sat Nov 13 10:00:54 2010 +0100
Fix build of run-js-test
https://bugzilla.gnome.org/show_bug.cgi?id=634736
Signed-off-by: Adel Gadllah <adel gadllah gmail com>
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5d05b57..013a884 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -163,7 +163,7 @@ libjs_test_la_SOURCES = \
noinst_PROGRAMS += run-js-test
run_js_test_CPPFLAGS = $(JS_TEST_CFLAGS)
-run_js_test_LDADD = $(EST_UI_LIBS) libjs-test.la
+run_js_test_LDADD = $(JS_TEST_LIBS) libjs-test.la
run_js_test_LDFLAGS = -export-dynamic
run_js_test_SOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]