dcerpc-netlogon: maintain netlogon_auth_vars for NetrServerAuthenticateKerberos
[wireshark-sm.git] / resources / wireshark.pc.in
bloba3fead0dc4bdc9a3fac51d024bf370a5a8826b0b
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5 sharedlibdir=${libdir}
6 plugindir=${libdir}/wireshark/@PLUGIN_VERSION_DIR@
8 Name: Wireshark
9 Description: Network Protocol Analyzer (Packet Dissection Library)
10 Version: @PROJECT_VERSION@
12 Requires: glib-2.0, gmodule-2.0, gthread-2.0
13 Libs: -L${libdir} -lwireshark -lwsutil
14 Cflags: -I${includedir}/wireshark