From ff6cc9b0cba3096face296f9dba118163b7dc0cc Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Tue, 4 Mar 2014 14:59:39 +0100 Subject: Add pkg-config file Change-Id: Ia55a2e560aef8d2f9a3cede18af4555507656047 Reviewed-on: https://code.wireshark.org/review/500 Reviewed-by: Evan Huus Tested-by: Balint Reczey Reviewed-by: Balint Reczey --- wireshark.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wireshark.pc.in (limited to 'wireshark.pc.in') 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} -- cgit v1.2.1