aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-11 16:01:10 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-11 16:01:10 +0000
commit68924359dbfbbfbb06535a1698c4c5f43b17dec9 (patch)
tree67fd71a61f0803a13ac86c3ebb489e87c25e3e4e /Makefile.nmake
parentbc34ab11b721531d70cf70f8c07603dfb94d5ce6 (diff)
Initial Skinny Client Control Protocol support, from Joerg Mayer.
svn path=/trunk/; revision=4016
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2a40f6ad60..6c50ff93e2 100644
--- a/Makefile.nmake
+++ b/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.132 2001/10/08 17:30:23 guy Exp $
+# $Id: Makefile.nmake,v 1.133 2001/10/11 16:01:10 guy Exp $
include config.nmake
include <win32.mak>
@@ -174,6 +174,7 @@ DISSECTOR_SRC = \
packet-sctp.c \
packet-sdp.c \
packet-sip.c \
+ packet-skinny.c \
packet-sll.c \
packet-smb.c \
packet-smb-browse.c \