aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 04:50:42 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 04:50:42 +0000
commitdd54ba9396d289500c8911457205ebc77c366f88 (patch)
treeec9f6129e0f0b9c99859e234bfc411d400b8d08e /epan/Makefile.nmake
parent13cfdd7b719893fd571afc39db2819350234a882 (diff)
Moved the packet_info structure and supporting functions out of
packet.{h,c} and into a separate packet_info{h,c}. svn path=/trunk/; revision=3225
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 8943164466..fcf26873e6 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -30,6 +30,7 @@ OBJECTS=atalk-utils.obj \
inet_ntop.obj \
ipv4.obj \
packet.obj \
+ packet_info.obj \
plugins.obj \
proto.obj \
resolv.obj \