aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark.pc.in')
-rw-r--r--wireshark.pc.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/wireshark.pc.in b/wireshark.pc.in
index 826b230577..588917812b 100644
--- a/wireshark.pc.in
+++ b/wireshark.pc.in
@@ -1,14 +1,14 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=@ABSOLUTE_CMAKE_INSTALL_LIBDIR@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
sharedlibdir=${libdir}
-includedir=${prefix}/include/wireshark
-plugindir=@PLUGIN_INSTALL_DIR@
+plugindir=@plugindir@
-Name: wireshark
-Description: wireshark network packet dissection library
-Version: @PROJECT_VERSION@
+Name: Wireshark
+Description: Network Packet Dissection Library
+Version: @VERSION@
-Requires:
-Libs: -L${libdir} -L${sharedlibdir} -lwireshark
-Cflags: -I${includedir}
+Requires: glib-2.0, gmodule-2.0, gthread-2.0
+Libs: -L${libdir} -lwireshark
+Cflags: -I${includedir}/wireshark