Fix typo in libgnt Makefile.am libtool parameters.

Mon, 13 Aug 2012 21:01:15 -0400

author
Brad Smith <brad@comstyle.com>
date
Mon, 13 Aug 2012 21:01:15 -0400
changeset 33239
b309ed3fd011
parent 33238
bbfcd01c57b8
child 33260
f1e488454cc8

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) \

mercurial