summaryrefslogtreecommitdiffstats
path: root/resources/wireshark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--resources/wireshark.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/wireshark.pc.in b/resources/wireshark.pc.in
new file mode 100644
index 00000000..212d4ec3
--- /dev/null
+++ b/resources/wireshark.pc.in
@@ -0,0 +1,14 @@
+prefix=${pcfiledir}/../..
+exec_prefix=${prefix}
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+sharedlibdir=${libdir}
+plugindir=${libdir}/wireshark/@PLUGIN_VERSION_DIR@
+
+Name: Wireshark
+Description: Network Protocol Analyzer (Packet Dissection Library)
+Version: @PROJECT_VERSION@
+
+Requires: glib-2.0, gmodule-2.0, gthread-2.0
+Libs: -L${libdir} -lwireshark -lwsutil
+Cflags: -I${includedir}/wireshark