Wireshark-commits: [Wireshark-commits] rev 26227: /trunk/ /trunk/: Makefile.am

Date: Thu, 18 Sep 2008 13:31:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26227

User: morriss
Date: 2008/09/18 06:31 AM

Log:
 http://www.gnu.org/software/libtool/manual/libtool.html#Inter_002dlibrary-dependencies
 says:
 
 "However, most shared library systems are restricted in that they only allow a
 single level of dependencies. In these systems, programs may depend on shared
 libraries, but shared libraries may not depend on other shared libraries."
 
 So reverse the top-level Makefile.am change of rev 26218.  That is: link the
 executables against libwsutil again.
 
 This hopefully will fix:
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677#c23

Directory: /trunk/
  Changes    Path           Action
  +10 -0     Makefile.am    Modified