Blame server/freerdp-server.pc.in

Packit Service fa4841
prefix=@CMAKE_INSTALL_PREFIX@
Packit Service fa4841
exec_prefix=@CMAKE_INSTALL_PREFIX@
Packit Service fa4841
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
Packit Service fa4841
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
Packit Service fa4841
libs=-lfreerdp-server@FREERDP_API_VERSION@
Packit Service fa4841
Packit Service fa4841
Name: FreeRDP server
Packit Service fa4841
Description: FreeRDP: A Remote Desktop Protocol Implementation
Packit Service fa4841
URL: http://www.freerdp.com/
Packit Service fa4841
Version: @FREERDP_VERSION@
Packit Service fa4841
Requires: 
Packit Service fa4841
Requires.private: @WINPR_PKG_CONFIG_FILENAME@ freerdp@FREERDP_VERSION_MAJOR@
Packit Service fa4841
Libs: -L${libdir} ${libs}
Packit Service fa4841
Libs.private: -ldl -lpthread
Packit Service fa4841
Cflags: -I${includedir}