diff options
author | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-04-01 07:32:35 +0000 |
---|---|---|
committer | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-04-01 07:32:35 +0000 |
commit | cd6ad9d4c0ea750b5f7b644380f46aa52be68ca1 (patch) | |
tree | 64ac821606f069c1656af4e51649446c846dc3dc /epan/Makefile.nmake | |
parent | 21d1ad637505bee8d2086a7b024f170c1afe610d (diff) | |
download | wireshark-cd6ad9d4c0ea750b5f7b644380f46aa52be68ca1.tar.gz wireshark-cd6ad9d4c0ea750b5f7b644380f46aa52be68ca1.tar.bz2 wireshark-cd6ad9d4c0ea750b5f7b644380f46aa52be68ca1.zip |
Moved the the remaining column related routines out of packet.{c,h}
and into column-utils{c,h}.
svn path=/trunk/; revision=3231
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r-- | epan/Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake index d098b395c5..82923fdd63 100644 --- a/epan/Makefile.nmake +++ b/epan/Makefile.nmake @@ -20,6 +20,7 @@ libethereal_LIBS = \ OBJECTS=atalk-utils.obj \ bitswap.obj \ + column-utils.obj \ conversation.obj \ epan.obj \ except.obj \ |