/pidgin/main: b309ed3fd011: Fix typo in libgnt Makefile.am libto...

Brad Smith brad at comstyle.com
Mon Aug 13 21:03:00 EDT 2012


Changeset: b309ed3fd0112a3cd4c042ce9f8c01f6a69f5f3a
Author:	 Brad Smith <brad at comstyle.com>
Date:	 2012-08-13 21:01 -0400
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/b309ed3fd011

Description:

Fix typo in libgnt Makefile.am libtool parameters.

Fixes #15258

diffstat:

 finch/libgnt/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/finch/libgnt/Makefile.am b/finch/libgnt/Makefile.am
--- a/finch/libgnt/Makefile.am
+++ b/finch/libgnt/Makefile.am
@@ -84,7 +84,7 @@ libgnt_lainclude_HEADERS = \
 	$(libgnt_la_headers)
 
 libgnt_la_DEPENDENCIES = 
-libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined
+libgnt_la_LDFLAGS = -export-dynamic -version-info $(GNT_LT_VERSION_INFO) -no-undefined
 libgnt_la_LIBADD = \
 	$(GLIB_LIBS) \
 	$(GNT_LIBS) \



More information about the Commits mailing list