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 19853: /trunk/ /trunk/: Makefile.am

Date: Tue, 07 Nov 2006 08:41:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19853

User: jmayer
Date: 2006/11/07 08:41 AM

Log:
 albert chin:
 
 version_info.c has:
   #ifdef HAVE_LIBGCRYPT
   #include <gcrypt.h>
   #endif /* HAVE_LIBGCRYPT */
 
   #ifdef HAVE_LIBGNUTLS
   #include <gnutls/gnutls.h>
   #endif /* HAVE_LIBGNUTLS */
 
 However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
 resolve symbols from the above. Patch attached.
 
 
 Note: dumpcap should not need to be linked to gnutls, but that's a
 problem with the version infrastructure.

Directory: /trunk/
  Changes    Path           Action
  +3 -1      Makefile.am    Modified