diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-07-29 19:42:01 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-07-29 19:42:01 +0000 |
commit | 2240c0668d7f515702a6822be8c2479980b61663 (patch) | |
tree | 2ffa80ec2809ab9d070e3de4f385721a1e5cd12a /wiretap/Makefile.nmake | |
parent | 27edcee365dad7560253ec6e6b269ce7499a23e8 (diff) | |
download | wireshark-2240c0668d7f515702a6822be8c2479980b61663.tar.gz wireshark-2240c0668d7f515702a6822be8c2479980b61663.tar.bz2 wireshark-2240c0668d7f515702a6822be8c2479980b61663.zip |
From Thierry Martin: support for reading files from Accellent 5Views LAN
agents.
svn path=/trunk/; revision=8093
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r-- | wiretap/Makefile.nmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake index 3573c21d08..a8ae6a393a 100644 --- a/wiretap/Makefile.nmake +++ b/wiretap/Makefile.nmake @@ -1,5 +1,5 @@ # -# $Id: Makefile.nmake,v 1.30 2003/06/14 20:45:29 guy Exp $ +# $Id: Makefile.nmake,v 1.31 2003/07/29 19:42:01 guy Exp $ # include ..\config.nmake @@ -38,7 +38,8 @@ OBJECTS=ascend-grammar.obj \ toshiba.obj \ visual.obj \ vms.obj \ - wtap.obj + wtap.obj \ + 5views.obj wiretap_LIBS = \ |