Wireshark-commits: [Wireshark-commits] master 52dd4fb: Fix building without extcap enabled

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Mar 2016 17:10:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=52dd4fb6330a10ed37b8e221c502b5a98de4f581
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

52dd4fb by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Fix building without extcap enabled
    
    Using cmake -DENABLE_EXTCAP=no or ./configure --without-extcap.
    
    Some documentation fixes too.
    
    Change-Id: Iebf9c843d67e10a32de1a62904de8f88b872ec99
    Reviewed-on: https://code.wireshark.org/review/14522
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  69d348c   Bugfix "typo" from I9b04837f93
    adds  52dd4fb   Fix building without extcap enabled


Summary of changes:
 CMakeLists.txt              |    6 +-
 Makefile.am                 |    6 +-
 Makefile.common             |   15 +++--
 Makefile.nmake              |    3 +-
 configure.ac                |  155 +++++++++++++++++++++++--------------------
 doc/Makefile.am             |   23 ++++++-
 extcap.c                    |    3 -
 extcap.h                    |    4 --
 ui/gtk/Makefile.am          |    5 ++
 ui/gtk/Makefile.common      |    2 -
 ui/gtk/Makefile.nmake       |    3 +-
 ui/help_url.c               |    2 +
 ui/help_url.h               |    2 +-
 ui/qt/Makefile.am           |   20 ++++++
 ui/qt/Makefile.common       |   10 ---
 ui/qt/about_dialog.cpp      |    2 +
 ui/qt/interface_tree.cpp    |    6 +-
 ui/qt/interface_tree.h      |    2 +-
 ui/qt/main_welcome.cpp      |   10 +--
 ui/qt/main_welcome.h        |    4 +-
 ui/qt/main_window.cpp       |    2 +-
 ui/qt/main_window.h         |    2 +-
 ui/qt/main_window_slots.cpp |    2 +-
 23 files changed, 170 insertions(+), 119 deletions(-)