qulogic/libgnt

767355466853
Parents 347d6102d836
Children b96b88e2a173
Fix typo in libgnt Makefile.am libtool parameters.

Fixes #15258
  • +1 -1
    Makefile.am
  • --- a/Makefile.am Sat Oct 22 22:02:31 2011 +0000
    +++ b/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) \