aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-10-18 19:29:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-10-18 19:29:05 +0000
commita3f017648fdfc76318d84779e28d51be1117b8b4 (patch)
tree0087b2349a0e75a93892755ee2aed95c1090be19 /Makefile.am
parent125c6243f6bb58b06fd2e617201d4b75f220b4b1 (diff)
From Shaun Jackman
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. At the same time it is promoted to a build-in dissector. svn path=/trunk/; revision=19596
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ef846fb7a4..bce61819ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -206,7 +206,6 @@ plugin_libs = \
plugins/opsi/opsi.la \
plugins/pcli/pcli.la \
plugins/profinet/profinet.la \
- plugins/rdm/rdm.la \
plugins/rlm/rlm.la \
plugins/rtnet/rtnet.la \
plugins/rudp/rudp.la \
@@ -240,7 +239,6 @@ plugin_ldadd = \
"-dlopen" plugins/opsi/opsi.la \
"-dlopen" plugins/pcli/pcli.la \
"-dlopen" plugins/profinet/profinet.la \
- "-dlopen" plugins/rdm/rdm.la \
"-dlopen" plugins/rlm/rlm.la \
"-dlopen" plugins/rtnet/rtnet.la \
"-dlopen" plugins/rudp/rudp.la \