From b41e5419a141fdf8d2f7d7b93aabd91b16cf43f0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 17 Jul 2011 16:05:32 -0300 Subject: [PATCH] cmake: fix headers installation path Signed-off-by: Otavio Salvador --- include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 357b4afc6..444d227f6 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -18,4 +18,4 @@ # limitations under the License. file(GLOB HEADERS "freerdp/*.h") -install_files(/include/oshwcollect FILES ${HEADERS}) +install_files(/include/freerdp FILES ${HEADERS})