aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 13:35:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 13:35:06 +0000
commit5cf0634041d08d1789f37cda8a1e991086ee2253 (patch)
tree0019f43372f7ec786c715e2671950775c6d936a1 /gtk/Makefile.nmake
parentba74395cbe82f5fee8967247e5ea72f6918be845 (diff)
Add FibreChannel to the types of protocols we can show a conversation list for
svn path=/trunk/; revision=8223
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 6d2c38ad3b..187fee77ea 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.47 2003/08/23 09:09:35 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.48 2003/08/23 13:35:06 sahlberg Exp $
include ..\config.nmake
@@ -22,6 +22,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
ETHEREAL_TAP_SRC = \
dcerpc_stat.c \
endpoint_talkers_eth.c \
+ endpoint_talkers_fc.c \
endpoint_talkers_ip.c \
endpoint_talkers_tcpip.c \
endpoint_talkers_tr.c \