[evolution-data-server/wip/cmake] Correct headers install destination of libebook-contacts



commit f92d77a3c7722a1e6dc7dce374cfd85f66738c2d
Author: Milan Crha <mcrha redhat com>
Date:   Mon Oct 3 14:55:20 2016 +0200

    Correct headers install destination of libebook-contacts

 addressbook/libebook-contacts/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook-contacts/CMakeLists.txt b/addressbook/libebook-contacts/CMakeLists.txt
index 3ea845c..aabedc9 100644
--- a/addressbook/libebook-contacts/CMakeLists.txt
+++ b/addressbook/libebook-contacts/CMakeLists.txt
@@ -123,7 +123,7 @@ install(TARGETS ebook-contacts
 )
 
 install(FILES ${HEADERS}
-       DESTINATION ${privincludedir}/libebook
+       DESTINATION ${privincludedir}/libebook-contacts
 )
 
 set(gir_sources ${SOURCES} ${HEADERS})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]