aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-29 13:20:06 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-29 13:20:06 +0000
commita6ff1e144f05b6baf5391841f291d0ec24f8f642 (patch)
tree0e00c8cd0658be9a520910060486709a7961bf79 /Makefile.nmake
parent88f954cfa21e96a6596aa01ff2f9d0365ee3bdd2 (diff)
downloadwireshark-a6ff1e144f05b6baf5391841f291d0ec24f8f642.tar.gz
wireshark-a6ff1e144f05b6baf5391841f291d0ec24f8f642.tar.bz2
wireshark-a6ff1e144f05b6baf5391841f291d0ec24f8f642.zip
Add LDP dissector to NMake makefile.
svn path=/trunk/; revision=2715
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 f65ed506ea..db63a6f461 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.64 2000/11/15 05:42:35 guy Exp $
+# $Id: Makefile.nmake,v 1.65 2000/11/29 13:20:06 gram Exp $
include config.nmake
@@ -79,6 +79,7 @@ DISSECTOR_SOURCES = \
packet-lapb.c \
packet-lapd.c \
packet-ldap.c \
+ packet-ldp.c \
packet-llc.c \
packet-lpd.c \
packet-mapi.c \