diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-06-12 02:30:35 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-06-12 02:30:35 +0000 |
commit | 515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b (patch) | |
tree | 299e715456b6caad88700a3a0195e4e3beaac78e /Makefile.nmake | |
parent | 1d97f13307d4e026fa78e30d45cacb53194d1971 (diff) | |
download | wireshark-515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b.tar.gz wireshark-515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b.tar.bz2 wireshark-515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b.zip |
Christophe Tronche's X11 dissector.
svn path=/trunk/; revision=2057
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 f30b91ad4b..478b6c9a9a 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.42 2000/06/11 07:49:36 guy Exp $ +# $Id: Makefile.nmake,v 1.43 2000/06/12 02:30:33 guy Exp $ include config.nmake @@ -139,6 +139,7 @@ DISSECTOR_SOURCES = \ packet-vtp.c \ packet-wccp.c \ packet-who.c \ + packet-x11.c \ packet-x25.c \ packet-yhoo.c \ packet-ypbind.c \ |