Fix build of run-js-test

https://bugzilla.gnome.org/show_bug.cgi?id=634736

Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com>
This commit is contained in:
Rico Tzschichholz 2010-11-13 10:00:54 +01:00 committed by Adel Gadllah
parent a2f4e196a1
commit e8917e2d6f

View File

@ -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 = \