diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-06-12 02:38:13 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-06-12 02:38:13 +0000 |
commit | c5fe191b66d674579c8180f28b36d92b0bb15932 (patch) | |
tree | 2ccf17a80c7d13e68187cb34c51fee2650bf56e1 /Makefile.nmake | |
parent | 515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b (diff) | |
download | wireshark-c5fe191b66d674579c8180f28b36d92b0bb15932.tar.gz wireshark-c5fe191b66d674579c8180f28b36d92b0bb15932.tar.bz2 wireshark-c5fe191b66d674579c8180f28b36d92b0bb15932.zip |
Add "packet-syslog.c".
svn path=/trunk/; revision=2058
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 478b6c9a9a..a5832f8286 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.43 2000/06/12 02:30:33 guy Exp $ +# $Id: Makefile.nmake,v 1.44 2000/06/12 02:38:13 guy Exp $ include config.nmake @@ -123,6 +123,7 @@ DISSECTOR_SOURCES = \ packet-srvloc.c \ packet-sscop.c \ packet-stat.c \ + packet-syslog.c \ packet-tacacs.c \ packet-tcp.c \ packet-telnet.c\ |