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