Wireshark-commits: [Wireshark-commits] master ea16a84: Generate better pkg-config file

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Jan 2016 08:16:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea16a84ef51b0e50a40789adcfbe71b6f3c60ed1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea16a84 by Michal Privoznik (miso.privoznik@xxxxxxxxx):

    Generate better pkg-config file
    
    Firstly, when building with autogen.sh and configure script, the
    wireshark.pc is not generated at all. Then, due to not matching
    names some variables are not being replaced as they should be.
    
    Bug: 11069
    Change-Id: Iefa7a9b536f3fee7f9ad78803aaacc5bb64a9c8d
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/13005
    Reviewed-by: João Valverde <j@xxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fc13bf5   Bugfix Follow HTTP byte stats
    adds  ea16a84   Generate better pkg-config file


Summary of changes:
 CMakeLists.txt  |    6 ++++++
 configure.ac    |    3 ++-
 wireshark.pc.in |   22 +++++++++++-----------
 3 files changed, 19 insertions(+), 12 deletions(-)