aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-17 21:43:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-17 21:43:32 +0000
commitac908276a344340614e3a0526a449c20575e71cb (patch)
tree2a1326b96be82084e0b92c93336a865bb4b3cd8c /Makefile.common
parent6644a82deb56b1424c6127b6610a2f652033867d (diff)
From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10630 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d18f803517..af757fe98c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.38 2004/03/30 18:55:46 guy Exp $
+# $Id: Makefile.common,v 1.39 2004/04/17 21:43:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -162,6 +162,7 @@ DISSECTOR_INCLUDES = \
packet-rsvp.h \
packet-rtcp.h \
packet-rtp.h \
+ packet-rtps.h \
packet-rtp-events.h \
packet-rwall.h \
packet-rx.h \