aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-06-11 08:26:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-06-11 08:26:55 +0000
commit81bda938ff8571653af84c20888b53eb05cb4f1b (patch)
treec916564825d327efad57f8a74a23bf78d02c83c4 /Makefile.am
parentea3364b8f304e6f07a220293ac8e0f8a30244be1 (diff)
From Martin Mathieson:
This patch: - treats the variant field as a variable-length string field. This is needed for some of the more complicated protocols where the variant number of the embedded protocol is also represented - the patch to Makefile.am was not applied from http://www.wireshark.org/lists/wireshark-dev/200606/msg00009.html svn path=/trunk/; revision=18427
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b537c31bb..b9a0df2e7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,9 +105,12 @@ dtdsdir = $(pkgdatadir)/dtds
dtds_DATA = \
dtds/dc.dtd \
dtds/itunes.dtd \
+ dtds/pocsettings.dtd \
+ dtds/presence.dtd \
+ dtds/reginfo.dtd \
dtds/rss.dtd \
- dtds/smil.dtd
-
+ dtds/smil.dtd \
+ dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
# of that directory.