[anjuta] js: bgo#615341 - Use correct LDFLAGS for the JS plugins



commit 6d1b8cfb2f0615c71cbba28d00f6031494f499b1
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Mon Apr 19 21:44:00 2010 +0200

    js: bgo#615341  - Use correct LDFLAGS for the JS plugins

 plugins/js-debugger/Makefile.am         |    2 ++
 plugins/language-support-js/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/js-debugger/Makefile.am b/plugins/js-debugger/Makefile.am
index 51561ed..66f3d37 100644
--- a/plugins/js-debugger/Makefile.am
+++ b/plugins/js-debugger/Makefile.am
@@ -38,6 +38,8 @@ plugin_LTLIBRARIES = libjs_debugger.la
 # Plugin sources
 libjs_debugger_la_SOURCES = debugger-js.c debugger-js.h debugger-server.c debugger-server.h plugin.c plugin.h
 
+libjs_debugger_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
+
 # Plugin dependencies
 libjs_debugger_la_LIBADD = \
 	$(LIBANJUTA_LIBS) 
diff --git a/plugins/language-support-js/Makefile.am b/plugins/language-support-js/Makefile.am
index 390623c..1977d42 100644
--- a/plugins/language-support-js/Makefile.am
+++ b/plugins/language-support-js/Makefile.am
@@ -57,6 +57,8 @@ simple-symbol.h local-symbol.c local-symbol.h  node-symbol.c node-symbol.h impor
 import-symbol.h dir-symbol.c dir-symbol.h std-symbol.c std-symbol.h database-symbol.c database-symbol.h \
 db-anjuta-symbol.c db-anjuta-symbol.h jstypes.h
 
+libjs_support_plugin_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
+
 # Plugin dependencies
 libjs_support_plugin_la_LIBADD = \
 	$(LIBANJUTA_LIBS) 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]