[anjuta] language-support-js: Reenable build
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] language-support-js: Reenable build
- Date: Mon, 8 Nov 2010 11:02:24 +0000 (UTC)
commit 790a6003d37722a8ad94abe4603fdb59c5dcea03
Author: Johannes Schmid <jhs gnome org>
Date: Mon Nov 8 11:46:51 2010 +0100
language-support-js: Reenable build
plugins/Makefile.am | 1 +
plugins/language-support-js/Makefile.am | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index cb96754..d67231b 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -19,6 +19,7 @@ SUBDIRS = . \
js-debugger \
language-manager \
language-support-cpp-java \
+ language-support-js \
language-support-python \
language-support-vala \
message-view \
diff --git a/plugins/language-support-js/Makefile.am b/plugins/language-support-js/Makefile.am
index 285403f..fd66e0b 100644
--- a/plugins/language-support-js/Makefile.am
+++ b/plugins/language-support-js/Makefile.am
@@ -37,7 +37,7 @@ AM_CPPFLAGS = \
-DANJUTA_IMAGE_DIR=\"$(anjuta_image_dir)\" \
-DANJUTA_GLADE_DIR=\"$(anjuta_glade_dir)\" \
-DANJUTA_UI_DIR=\"$(anjuta_ui_dir)\" \
- $(LIBXML_CFLAGS) \
+ $(XML_CFLAGS) \
$(LIBANJUTA_CFLAGS) \
-DPACKAGE_SRC_DIR=\"$(srcdir)\" \
-DGIR_PATH=\"$(INTROSPECTION_GIRDIR)\" \
@@ -62,7 +62,8 @@ libjs_support_plugin_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
# Plugin dependencies
libjs_support_plugin_la_LIBADD = \
- $(LIBANJUTA_LIBS)
+ $(LIBANJUTA_LIBS) \
+ $(XML_LIBS)
prefs_ui_files = anjuta-language-javascript.ui
prefs_name = org.gnome.anjuta.js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]