diff options
author | Anders Broman <anders.broman@ericsson.com> | 2014-01-02 17:47:34 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2014-01-02 17:47:34 +0000 |
commit | 643b57266512d0a2c417cca9737ec3ffa93007f2 (patch) | |
tree | bbb8bd720c33aa774749e72fe3efacecb28fbf88 /CMakeLists.txt | |
parent | 61c72710a72810a9ac81c9a6adabcbc303f08b6d (diff) | |
download | wireshark-643b57266512d0a2c417cca9737ec3ffa93007f2.tar.gz wireshark-643b57266512d0a2c417cca9737ec3ffa93007f2.tar.bz2 wireshark-643b57266512d0a2c417cca9737ec3ffa93007f2.zip |
Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.
svn path=/trunk/; revision=54559
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index daf22de11e..24c51e793a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -617,7 +617,6 @@ if(ENABLE_PLUGINS) set(HAVE_PLUGINS 1) set(PLUGIN_DIR="${DATAFILE_DIR}/plugins/${CPACK_PACKAGE_VERSION}") set(PLUGIN_SRC_DIRS - plugins/asn1 plugins/docsis plugins/ethercat plugins/gryphon |