Wireshark-commits: [Wireshark-commits] master 48d376f: plugins: fix dissector registration with CMa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 3 Mar 2015 01:44:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48d376fbb2d8adeff6dbc724289fdb85938228bd
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

48d376f by Peter Wu (peter@xxxxxxxxxxxxx):

    plugins: fix dissector registration with CMake
    
    Noticed when comparing output of `tshark -G fields` between autofoo and
    cmake builds. With this change, I see no differences anymore.
    
    While only WiMax needs this change, do a similar thing for consistency
    with autofoo and between dissectors (actually, the contents of
    ${PLUGIN_FILES} minus plugin.c was used).
    
    Change-Id: Ib61f69dcc0b8eda713da931b6cc3e946848bea9d
    Reviewed-on: https://code.wireshark.org/review/7462
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  963fbf3   MBIM: add it to "Decode As" menu
    adds  48d376f   plugins: fix dissector registration with CMake


Summary of changes:
 plugins/m2m/CMakeLists.txt      |    1 +
 plugins/mate/CMakeLists.txt     |    1 +
 plugins/opcua/CMakeLists.txt    |    1 +
 plugins/profinet/CMakeLists.txt |    1 +
 plugins/wimax/CMakeLists.txt    |    1 +
 5 files changed, 5 insertions(+)