Wireshark-commits: [Wireshark-commits] master 4fd9809: Fix generation of wslua taps in out-of-sourc
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Aug 2014 04:14:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4fd9809a7887ef8bbb2f850e22f5766b4cb223e3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Fix generation of wslua taps in out-of-source-tree builds when the source tree
    is a source tarball (rather than git):
    
    Don't put the $(srcdir) path (from when the source tarball was made) into the
    C file: that file isn't regenerated when ./configure is run.  (This is a
    correction to 0996730b91fddbf8aa7c61730a50da28ea1ab6a0).
    
    Also change a few dependency paths so they'll work in out-of-source-tree builds.
    
    Change-Id: I416f2d3611fb61659b9a7f7285e5f54a354fbe7d
    Reviewed-on: https://code.wireshark.org/review/3554
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  50c7d8e   Use an explicit path for stats_tree_dialog.cpp.
    adds  4fd9809   Fix generation of wslua taps in out-of-source-tree builds when the source tree is a source tarball (rather than git):


Summary of changes:
 epan/wslua/Makefile.am  |   12 ++++++------
 epan/wslua/make-taps.pl |    3 +--
 2 files changed, 7 insertions(+), 8 deletions(-)