summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-08-11 15:07:34 -0500
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-11 15:09:00 -0500
commit7cbbd0016a3ed5d15f3e794d72d962a4be05c858 (patch)
tree54d313f310e439f571587e52ca2dc31ee594f7d7
parent847dfe85215136105015f5a9046645a5f361fe9d (diff)
downloadgjs-7cbbd0016a3ed5d15f3e794d72d962a4be05c858.tar.gz
gjs-console: explicitely link against glib
Otherwise the build fails. Bug #626672
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e2016ac3..ae8e7c93 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