From ea0b2e0d3677c1afd190a43fdee3b32a4cf0912a Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 4 Jul 2016 10:36:20 +0200 Subject: Makefile: Install wireshark.pc too In my previous patches (8454f2a20e2 and ea16a84ef51) I've tried to make the pkg-config file more robust. But what I had completely forgot about is that the file was never installed by our Makefile rather than we relied on distribution maintainers to be smart and make the package install the file instead. I've realized this as soon as I've tried to update wireshark in my system. Change-Id: Idb60157a51ea1dd0afd6cfac695bfa5760485241 Signed-off-by: Michal Privoznik Reviewed-on: https://code.wireshark.org/review/16279 Reviewed-by: Jaap Keuter Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a6149110c1..ed3aafd1cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,9 @@ EXTRA_PROGRAMS = wireshark-gtk wireshark tshark tfshark capinfos captype \ dist_pkgdata_DATA = COPYING manuf services cfilters colorfilters dfilters \ smi_modules ipmap.html pdml2html.xsl +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = wireshark.pc + # # Install global profiles in the "profiles" subdirectory # -- cgit v1.2.3