Wireshark-commits: [Wireshark-commits] master bd38b31: Support out-of-source checkapi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 04:23:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd38b3152d12584b9cd31d0c49706f1cebaa087a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bd38b31 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Support out-of-source checkapi
    
    Always call $(top_srcdir)/tools/checkAPIs.pl with -sourcedir=$(srcdir)
    from Makefile.am to allow out-of-source 'make checkapi'.
    
    Change-Id: I60d7e0079984a8ededdacf4517a0738486fa7973
    Reviewed-on: https://code.wireshark.org/review/1294
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  748e0d4   Create the HTTP tree and set column info after we're assured it's HTTP.  Otherwise a bogus tree is created when HTTP2 traffic is found.  Also, COL_PROTOCOL and COL_INFO can be prematurely populated.
    adds  bd38b31   Support out-of-source checkapi


Summary of changes:
 Makefile.am                     |    3 ++-
 codecs/Makefile.am              |    3 ++-
 epan/Makefile.am                |    4 +++-
 epan/crypt/Makefile.am          |    3 ++-
 epan/dfilter/Makefile.am        |    7 ++++---
 epan/dissectors/Makefile.am     |    5 +++--
 epan/ftypes/Makefile.am         |    5 +++--
 epan/wmem/Makefile.am           |    3 ++-
 epan/wslua/Makefile.am          |    3 ++-
 filetap/Makefile.am             |    6 ++++--
 plugins/asn1/Makefile.am        |    3 ++-
 plugins/docsis/Makefile.am      |    3 ++-
 plugins/ethercat/Makefile.am    |    3 ++-
 plugins/gryphon/Makefile.am     |    3 ++-
 plugins/irda/Makefile.am        |    3 ++-
 plugins/m2m/Makefile.am         |    3 ++-
 plugins/mate/Makefile.am        |    3 ++-
 plugins/opcua/Makefile.am       |    3 ++-
 plugins/profinet/Makefile.am    |    3 ++-
 plugins/stats_tree/Makefile.am  |    3 ++-
 plugins/tpg/Makefile.am         |    4 +++-
 plugins/unistim/Makefile.am     |    3 ++-
 plugins/wimax/Makefile.am       |    3 ++-
 plugins/wimaxasncp/Makefile.am  |    3 ++-
 plugins/wimaxmacphy/Makefile.am |    3 ++-
 tools/checkAPIs.pl              |    6 ++++++
 ui/Makefile.am                  |    6 ++++--
 ui/cli/Makefile.am              |    6 ++++--
 ui/gtk/Makefile.am              |    6 ++++--
 ui/qt/Makefile.am               |    6 ++++--
 wiretap/Makefile.am             |    6 ++++--
 wsutil/Makefile.am              |    6 ++++--
 32 files changed, 88 insertions(+), 42 deletions(-)