[anjuta-extras] bgo #600923 - anjuta-extras: ANJUTA_PLUGIN_LDFLAGS not defined



commit 3d369545c00d84440fa88df82cbde648a7a60f88
Author: Cygwin Ports maintainer <yselkowitz users sourceforge net>
Date:   Sat Nov 14 19:38:45 2009 +0100

    bgo #600923 -  anjuta-extras: ANJUTA_PLUGIN_LDFLAGS not defined

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 37766ba..038a252 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,6 +237,9 @@ AC_SUBST(anjuta_image_dir)
 EXTRA_CFLAGS='-DPACKAGE_PIXMAPS_DIR=\""$(anjuta_image_dir)"\" -DPACKAGE_LIB_DIR=\""$(anjutalibdir)"\" -DPACKAGE_DATA_DIR=\""$(anjuta_data_dir)"\"'
 AC_SUBST(EXTRA_CFLAGS)
 
+ANJUTA_PLUGIN_LDFLAGS='-module -avoid-version -no-undefined'
+AC_SUBST(ANJUTA_PLUGIN_LDFLAGS)
+
 PKG_CHECK_MODULES(LIBXML, libxml-2.0)
 AC_OUTPUT([
 Makefile



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