aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2018-01-14 20:14:07 -0500
committerredfish <redfish@galactica.pw>2018-01-14 20:14:07 -0500
commit6fbb0b065d2a4b927eaef6e10f505cb266767746 (patch)
tree4dec20b8ff7bc652af4fff31a90d4f958cec5fa5
parentMerge pull request #3091 (diff)
downloadmonero-6fbb0b065d2a4b927eaef6e10f505cb266767746.tar.xz
cmake: set API header install path to what Qt wallet expects
-rw-r--r--src/wallet/api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/CMakeLists.txt b/src/wallet/api/CMakeLists.txt
index 26127b75c..4e90e3689 100644
--- a/src/wallet/api/CMakeLists.txt
+++ b/src/wallet/api/CMakeLists.txt
@@ -86,4 +86,4 @@ else()
endif()
install(FILES ${wallet_api_headers}
- DESTINATION include/wallet)
+ DESTINATION include/wallet/api)