aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark.pc.in')
-rw-r--r--wireshark.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/wireshark.pc.in b/wireshark.pc.in
new file mode 100644
index 0000000000..91bf28b77a
--- /dev/null
+++ b/wireshark.pc.in
@@ -0,0 +1,14 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+sharedlibdir=${libdir}
+includedir=${prefix}/include/wireshark
+plugindir=@PLUGIN_INSTALL_DIR@
+
+Name: wireshark
+Description: wireshark network packet dissection library
+Version: @PROJECT_VERSION@
+
+Requires:
+Libs: -L${libdir} -L${sharedlibdir} -lwireshark
+Cflags: -I${includedir}