summaryrefslogtreecommitdiffstats
path: root/winpr/tools/winpr-tools.pc.in
blob: 6898253884edbde93a1dfa50e363be1e9c27490e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=@PKG_CONFIG_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@WINPR_INCLUDE_DIR@
libs=-lwinpr-tools@WINPR_TOOLS_API_VERSION@

Name: WinPR
Description: WinPR: Windows Portable Runtime
URL: http://www.freerdp.com/
Version: @WINPR_TOOLS_VERSION@
Requires:
Requires.private: winpr@WINPR_VERSION_MAJOR@ libssl
Libs: -L${libdir} ${libs}
Libs.private: -lcrypto
Cflags: -I${includedir}