aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
blob: 91bf28b77adb520fd76e93814df602973cc125fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}