[gjs] gjs-console: explicitely link against glib
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] gjs-console: explicitely link against glib
- Date: Wed, 11 Aug 2010 22:04:15 +0000 (UTC)
commit 7cbbd0016a3ed5d15f3e794d72d962a4be05c858
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Wed Aug 11 15:07:34 2010 -0500
gjs-console: explicitely link against glib
Otherwise the build fails.
Bug #626672
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e2016ac..ae8e7c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,6 +113,7 @@ gjs_console_CFLAGS = \
$(AM_CFLAGS) \
$(GJS_CFLAGS)
gjs_console_LDADD = \
+ $(GJS_LIBS) \
libgjs.la
gjs_console_LDFLAGS = -R $(FIREFOX_JS_LIBDIR) -rdynamic
gjs_console_SOURCES = gjs/console.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]