aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
blob: 826b2305770d72c38dc139b23a10b4bcbfd6ab75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@ABSOLUTE_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}