[gedit] W32: Fix .pc file LDFLAGS (assuming libgedit is in <prefix>/lib/gedit)
- From: Руслан Ижбулатов <ruslanizhb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] W32: Fix .pc file LDFLAGS (assuming libgedit is in <prefix>/lib/gedit)
- Date: Thu, 10 Apr 2014 13:54:17 +0000 (UTC)
commit e45b10a9174ba5d7bc24d7fc53e9dfdc7830c036
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Sat Apr 5 12:59:44 2014 +0000
W32: Fix .pc file LDFLAGS (assuming libgedit is in <prefix>/lib/gedit)
https://bugzilla.gnome.org/show_bug.cgi?id=727663
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 118abea..a801a26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,7 +416,7 @@ fi
# on win32 plugins must be able to resolve all symbols at link time
# so we create a lib
if test "$platform_win32" = yes; then
- GEDIT_IMPLIB="-lgedit-$GEDIT_API_VERSION"
+ GEDIT_IMPLIB='-L${libdir}/gedit -lgedit'
PLUGIN_LIBTOOL_FLAGS="-module -avoid-version -no-undefined"
if test "$os_win32" = yes; then
PLUGIN_LIBTOOL_FLAGS="${PLUGIN_LIBTOOL_FLAGS} -mwindows"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]