pidgin/android/android

b309ed3fd011
Parents bbfcd01c57b8
Children f1e488454cc8
Fix typo in libgnt Makefile.am libtool parameters.

Fixes #15258
--- a/finch/libgnt/Makefile.am Mon Aug 06 17:47:46 2012 +0200
+++ b/finch/libgnt/Makefile.am Mon Aug 13 21:01:15 2012 -0400
@@ -84,7 +84,7 @@
$(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) \