Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
15
third_party/FreeRDP/server/proxy/freerdp-proxy.pc.in
vendored
Normal file
15
third_party/FreeRDP/server/proxy/freerdp-proxy.pc.in
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
|
||||
libs=-lfreerdp-server-proxy@FREERDP_API_VERSION@
|
||||
|
||||
Name: FreeRDP proxy
|
||||
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
||||
URL: http://www.freerdp.com/
|
||||
Version: @FREERDP_VERSION@
|
||||
Requires: @FREERDP_PROXY_PC_REQUIRES@
|
||||
Requires.private: @FREERDP_PROXY_PC_REQUIRES_PRIVATE@
|
||||
Libs: -L${libdir} ${libs}
|
||||
Libs.private: @FREERDP_PROXY_PC_LIBS_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user