qulogic/libgnt

Fix typo in libgnt Makefile.am libtool parameters.
release-2.x.y v2.10.7
2012-08-13, Brad Smith
46fa3734b5fe
Fix typo in libgnt Makefile.am libtool parameters.
  • +1 -1
    Makefile.am
  • --- a/Makefile.am Fri Oct 21 14:38:35 2011 +0000
    +++ b/Makefile.am Mon Aug 13 21:02:27 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) \