diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2009-02-22 00:04:14 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2009-02-22 00:04:14 +0000 |
commit | 663f835c1e25d5a868a7b51c255484dc409bd643 (patch) | |
tree | f0a1b4cae10c041e391ebb51881652d7e3d01a20 /Makefile.am | |
parent | 47f31f3f91712ec3a4bea9abe6fcd6e23a3e3c92 (diff) | |
download | wireshark-663f835c1e25d5a868a7b51c255484dc409bd643.tar.gz wireshark-663f835c1e25d5a868a7b51c255484dc409bd643.tar.bz2 wireshark-663f835c1e25d5a868a7b51c255484dc409bd643.zip |
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27496
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 656cd9b1f9..69064b14b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,7 +262,6 @@ plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \ -dlopen plugins/profinet/profinet.la \ -dlopen plugins/rlm/rlm.la \ -dlopen plugins/rtnet/rtnet.la \ - -dlopen plugins/rudp/rudp.la \ -dlopen plugins/sercosiii/sercosiii.la \ -dlopen plugins/stats_tree/stats_tree.la \ -dlopen plugins/unistim/unistim.la \ |