diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-08-22 07:10:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-08-22 07:10:08 +0000 |
commit | 1a7eb86f1f374e40531990a0ae65beb82073ae1c (patch) | |
tree | 573cf4ca3bc2e0e0288f616d2065034845c5a3dd /Makefile.nmake | |
parent | 5a2b4b7ad22f688019af55474195bd432656177f (diff) | |
download | wireshark-1a7eb86f1f374e40531990a0ae65beb82073ae1c.tar.gz wireshark-1a7eb86f1f374e40531990a0ae65beb82073ae1c.tar.bz2 wireshark-1a7eb86f1f374e40531990a0ae65beb82073ae1c.zip |
Put "packet-atm.c" in.
svn path=/trunk/; revision=547
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index f9f1f09092..eb5e78f02e 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -27,6 +27,7 @@ OBJECTS=capture.obj column.obj dfilter-grammar.obj dfilter-scanner.obj \ packet-aarp.obj \ packet-arp.obj \ packet-atalk.obj \ + packet-atm.obj \ packet-bootp.obj \ packet-cdp.obj \ packet-clip.obj \ |