Download libsmi

svn path=/trunk/; revision=22671
This commit is contained in:
Anders Broman 2007-08-26 19:17:03 +00:00
parent bc422bc08b
commit d4e158db74
2 changed files with 15 additions and 0 deletions

View File

@ -658,6 +658,10 @@ setup: verify_tools clean_setup
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. lua5_1_dll.zip
!ENDIF
!IFDEF LIBSMI_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. libsmi-0.4.5.zip
!ENDIF
!IFDEF GNUTLS_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. gnutls-1.6.1-1.zip

View File

@ -235,6 +235,17 @@ KFW_DIR=$(WIRESHARK_LIBS)\kfw-2.5
#
# NETTLE_DIR=$(WIRESHARK_LIBS)\nettle-1.10
#
# Optional: libsmi library enables OID and MIB resolution.
#
# If you have the libsmi library, set this to the directory in which
# the libsmi package is stored.
#
# If you don't have libsmi, comment this line out, so that LIBSMI_DIR
# isn't defined.
#
LIBSMI_DIR=$(WIRESHARK_LIBS)\libsmi-0.4.5
#
# Optional: the LUA library enables scripting support.
#