aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-03 20:18:29 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-03 20:18:29 +0000
commit51fe2ab58b4b3f3be3176d9153c49bf706718051 (patch)
tree97303f42385bf658dddebcb9e4b281a153c6ae47 /Makefile.nmake
parent7c0dc6409687b3f8971568a77b2963a890ad445c (diff)
SMPP support, from Tom Uijldert.
svn path=/trunk/; revision=4315
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 b77c596a22..244441c212 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.147 2001/11/28 07:11:07 guy Exp $
+# $Id: Makefile.nmake,v 1.148 2001/12/03 20:18:29 guy Exp $
include config.nmake
include <win32.mak>
@@ -196,6 +196,7 @@ DISSECTOR_SRC = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
+ packet-smpp.c \
packet-smtp.c \
packet-sna.c \
packet-snmp.c \