diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-06 01:30:30 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-06 01:30:30 +0000 |
commit | 9ec529ef4d3794c278f46dd6fd32f9570d945e9b (patch) | |
tree | b25c509574d067159e88b539debf087127dc6823 /Makefile.nmake | |
parent | b311794270ab5ead683992c5857daed21bc911ae (diff) | |
download | wireshark-9ec529ef4d3794c278f46dd6fd32f9570d945e9b.tar.gz wireshark-9ec529ef4d3794c278f46dd6fd32f9570d945e9b.tar.bz2 wireshark-9ec529ef4d3794c278f46dd6fd32f9570d945e9b.zip |
Gnutella support, from B. Johannessen.
svn path=/trunk/; revision=3520
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 2f9533ddbd..889eca633e 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.113 2001/06/02 06:21:13 guy Exp $ +# $Id: Makefile.nmake,v 1.114 2001/06/06 01:30:28 guy Exp $ include config.nmake include <win32.mak> @@ -62,6 +62,7 @@ DISSECTOR_SRC = \ packet-frame.c \ packet-ftp.c \ packet-giop.c \ + packet-gnutella.c \ packet-gre.c \ packet-gtp.c \ packet-gvrp.c \ |