diff options
-rw-r--r-- | Makefile.nmake | 3 |
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 \ |