gtranslator r3949 - trunk



Author: psanxiao
Date: Mon Mar 23 21:45:51 2009
New Revision: 3949
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3949&view=rev

Log:
    	* configure.ac:
    	Added compilation flags to plugins libraries

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 23 21:45:51 2009
@@ -112,6 +112,11 @@
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
 
+dnl -----------------------------------
+dnl Plugins libraries compilation flags
+dnl -----------------------------------
+PLUGIN_LIBTOOL_FLAGS="-module -avoid-version"
+AC_SUBST(PLUGIN_LIBTOOL_FLAGS)
 
 dnl -------------------------------------------------------------------
 dnl Whether we use the broken, unsupported gtk+ functions



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