aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 00:29:54 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 00:29:54 +0000
commitc54629d82eefd470ad6dc859a0e3e37ac2a3ce0c (patch)
treebfeaf73b2ebec925b6807a5f206816320fa7c1a5 /epan/dissectors/Makefile.common
parent2181124821e790941a2cc53c0b68eb26c2de5e70 (diff)
if (!initialized) ... not req'd + other addt'l minor revisions;
Also: add packet-hpteam.c to Makefile.common so it gets built as part oif Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28824 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 6abcbfb070..7fca9cc88d 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -501,6 +501,7 @@ DISSECTOR_SRC = \
packet-homeplug.c \
packet-hpext.c \
packet-hpsw.c \
+ packet-hpteam.c \
packet-hsrp.c \
packet-http.c \
packet-hyperscsi.c \