Wireshark-commits: [Wireshark-commits] master 6b11cd9: Make Lua taps work in out-of-source-tree bui
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Aug 2014 01:00:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b11cd97f2153bb015ade6efd05929999de85457
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6b11cd9 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 otherwise none of
    the tap data gets built correctly.
    
    This makes the wslua test suite run in out-of-source-tree builds too.
    
    Change-Id: I059474d90d59e87bd57dba18530a66a927a014cf
    Reviewed-on: https://code.wireshark.org/review/3337
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  69d0788   CompiledFilterOutput dialog fixes and updates.
    adds  6b11cd9   Make Lua taps work in out-of-source-tree builds.


Summary of changes:
 epan/wslua/CMakeLists.txt |    1 +
 epan/wslua/Makefile.am    |    8 ++++----
 epan/wslua/make-taps.pl   |   16 +++++++++-------
 3 files changed, 14 insertions(+), 11 deletions(-)