gedit r6678 - branches/win32



Author: icq
Date: Sun Dec 21 22:57:40 2008
New Revision: 6678
URL: http://svn.gnome.org/viewvc/gedit?rev=6678&view=rev

Log:
2008-12-21  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * configure.ac:
        Use the right flags for plugin loaders.



Modified:
   branches/win32/ChangeLog
   branches/win32/configure.ac

Modified: branches/win32/configure.ac
==============================================================================
--- branches/win32/configure.ac	(original)
+++ branches/win32/configure.ac	Sun Dec 21 22:57:40 2008
@@ -367,14 +367,14 @@
 if test "$platform_win32" = yes; then
 	GEDIT_IMPLIB="-lgedit-$GEDIT_API_VERSION"
 	PLUGIN_LIBTOOL_FLAGS="-module -avoid-version -no-undefined -Wl,\$(top_builddir)/gedit/libgedit-\$(GEDIT_API_VERSION).a"
+	LOADER_LIBTOOL_FLAGS="-module -avoid-version -no-undefined -Wl,\$(top_builddir)/gedit/libgedit-\$(GEDIT_API_VERSION).a"
 else
 	GEDIT_IMPLIB=""
 	PLUGIN_LIBTOOL_FLAGS="-module -avoid-version"
+	LOADER_LIBTOOL_FLAGS="-module -avoid-version"
 fi
 AC_SUBST(GEDIT_IMPLIB)
 AC_SUBST(PLUGIN_LIBTOOL_FLAGS)
-
-LOADER_LIBTOOL_FLAGS="-module -avoid-version"
 AC_SUBST(LOADER_LIBTOOL_FLAGS)
 
 AC_CONFIG_FILES([



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