aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 20:05:16 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 20:05:16 +0000
commit2df960325a9f8eb0530ab0c2c5d04f1321d21f53 (patch)
tree2a2adfee6dc6d3a8e158d35b22d8048139bbd9bd /wiretap/Makefile.nmake
parentb2a64dc261783b8675e176c72a6508e172bb68bd (diff)
From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.
svn path=/trunk/; revision=10038
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index e25eae6d4b..8ad4d10ae2 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.39 2003/12/02 19:37:04 guy Exp $
+# $Id: Makefile.nmake,v 1.40 2004/02/11 20:05:15 guy Exp $
#
include ..\config.nmake
@@ -40,6 +40,7 @@ OBJECTS=airopeek9.obj \
pppdump.obj \
snoop.obj \
toshiba.obj \
+ eyesdn.obj \
visual.obj \
vms.obj \
wtap.obj \