Wireshark-commits: [Wireshark-commits] master 0996730: Make Lua taps work in out-of-source-tree bui

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 17:26:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0996730b91fddbf8aa7c61730a50da28ea1ab6a0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0996730 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Make Lua taps work in out-of-source-tree builds.
    
    make-taps.pl needs to know where to find the source files in order to build
    the taps.
    
    This makes the wslua test suite run in autofoo out-of-source-tree builds too.
    To make it work with cmake builds requires putting all the epan/wslua/ output
    (or at least init.lua) in epan/wslua/ instead of epan/.
    
    Change-Id: I1b3c517f08d3c752ee03cb89482ee4951ceb5bf3
    Reviewed-on: https://code.wireshark.org/review/3348
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  d34d09e   Initialize a variable to squelch a false-positive warning on the mac buildbot
    adds  0996730   Make Lua taps work in out-of-source-tree builds.


Summary of changes:
 epan/wslua/CMakeLists.txt |    1 +
 epan/wslua/Makefile.am    |   16 +++++-----------
 epan/wslua/Makefile.nmake |    2 +-
 epan/wslua/make-taps.pl   |   16 +++++++++-------
 4 files changed, 16 insertions(+), 19 deletions(-)