http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1936
richardv@xxxxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #1 from richardv@xxxxxxxxxxxxx 2008-01-10 17:32 GMT -------
The fact that the shared library is called epan/.libs/libwireshark.so.0.0.1 is
an implementation detail of libtool - and we shouldn't need to hard-code
libtool implementation details in our makefiles. Indeed, whether that file is
made depends on the configuration of libtool.
The .so is built as a side-effect of the rule to make epan/libwireshark.la,
which is itself generated by automake. To be honest, I think that if you start
removing parts of libtool's inner workings, you're on to a losing streak, but
if you feel strongly that this needs fixing, it would need to be done so in
automake.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.