URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ed413e9fe4daf36a1c08b1c095752fd8c6a4ec84
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ed413e9 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
    Link only the GUIs with SBC (if we have SBC).  The other programs don't
    (yet) use libcodec.
    
    Also, there's no need to explicitly call pkg-config to get SBC's
    CFLAGS and LIBS: PKG_CHECK_MODULES does that for you.
    
    Change-Id: Ia7aa84bb81b8223773661ae2dc663731acaf6c6b
    Reviewed-on: https://code.wireshark.org/review/6700
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  46fabdc   Make the license tag in the RPM more specific: Wireshark is GPLv2+.
    adds  ed413e9   Link only the GUIs with SBC (if we have SBC).  The other programs don't (yet) use libcodec.
Summary of changes:
 Makefile.am  |    3 ++-
 configure.ac |    2 --
 2 files changed, 2 insertions(+), 3 deletions(-)