Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 20237: /trunk/epan/ /trunk/epan/crypt/: Makefile.am /tru

Date: Fri, 29 Dec 2006 22:53:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20237

User: guy
Date: 2006/12/29 10:53 PM

Log:
 Make the crypt library the same way other sublibraries of libwireshark
 are made, so that if libwireshark is shared, the crypt library is built
 appropriately.  (This squelches a build warning, at least in OS X, that
 linking a shared library with a static library is non-portable; it
 should also arrange that the crypt library is built as
 position-independent code if necessary.)
 
 DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
 already in CLEANFILES.

Directory: /trunk/epan/crypt/
  Changes    Path           Action
  +6 -7      Makefile.am    Modified

Directory: /trunk/epan/
  Changes    Path           Action
  +2 -2      Makefile.am    Modified