[gtranslator] Fixed incorrect flag in Makefile.am



commit 512f638bb32e71a0061326516370a8e14b83688e
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Apr 18 11:21:59 2012 +0200

    Fixed incorrect flag in Makefile.am

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5369a60..424f499 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ gtranslator_LDADD =			\
 	-lgettextpo
 
 if PLATFORM_WIN32
-gtranslator_LDFLAGS = -Wl,--export-all-symbols -mwindows -Wl,--out-implib,libgedit-$(GTR_API_VERSION).a
+gtranslator_LDFLAGS = -Wl,--export-all-symbols -mwindows -Wl,--out-implib,libgtranslator-$(GTR_API_VERSION).a
 else
 gtranslator_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
 endif



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