Fix include path in freerdp-client.pc
authorTingPing <TingPing@users.noreply.github.com>
Mon, 13 Jun 2016 02:10:00 +0000 (22:10 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2016 02:10:00 +0000 (22:10 -0400)
client/freerdp-client.pc.in

index 5013a5f..54d40c5 100644 (file)
@@ -1,7 +1,7 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=@CMAKE_INSTALL_PREFIX@
 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
-includedir=${prefix}@FREERDP_INCLUDE_DIR@
+includedir=${prefix}/@FREERDP_INCLUDE_DIR@
 libs=-lfreerdp-client
 
 Name: FreeRDP client