aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2015-04-10 01:58:42 +0200
committerBalint Reczey <balint@balintreczey.hu>2015-04-16 10:21:48 +0000
commit2d79f56df1bb779cf5628359c778adbc98dfbf6a (patch)
treeff207f01c6a94b6a3873ad5670287bd4df054d80 /wireshark.pc.in
parentec83c79c74440cac6a625da44f8ad6a67fe9805d (diff)
Fix wireshark.pc when CMAKE_INSTALL_LIBDIR is absolute
Change-Id: I9667660329c0888f35e1ac332537eda995509a85 Reviewed-on: https://code.wireshark.org/review/8010 Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Diffstat (limited to 'wireshark.pc.in')
-rw-r--r--wireshark.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark.pc.in b/wireshark.pc.in
index 91bf28b77a..826b230577 100644
--- a/wireshark.pc.in
+++ b/wireshark.pc.in
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+libdir=@ABSOLUTE_CMAKE_INSTALL_LIBDIR@
sharedlibdir=${libdir}
includedir=${prefix}/include/wireshark
plugindir=@PLUGIN_INSTALL_DIR@