Mon, 13 Aug 2012 21:01:15 -0400
Fix typo in libgnt Makefile.am libtool parameters.
Fixes #15258
| finch/libgnt/Makefile.am | file | annotate | diff | comparison | revisions |
--- 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) \