Move the code to get version information for libraries used by
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Jul 2010 02:07:16 +0000 (02:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Jul 2010 02:07:16 +0000 (02:07 +0000)
commit4b21238141844f70b6a0d145074cf17fa82b5eae
tree57a489332b4e4693a73fa7de09672b2b5f178b14
parent7d251bf0290cb07f53b5b7860b3a03a9b15365f6
Move the code to get version information for libraries used by
libwireshark into libwireshark, and call it only in programs linked with
libwireshark.  That way, programs that don't link with libwireshark
don't have to link with libgcrypt or libgnutls solely so that they can
say that they're linked with a particular version of libgcrypt or
libgnutls.

Don't link dumpcap with libgcrypt or libgnutls any more.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33531 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
epan/epan.c
epan/epan.h
epan/libwireshark.def
gtk/main.c
rawshark.c
tshark.c
version_info.c
version_info.h