aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-27 17:24:57 -0800
committerRiccardo Spagni <ric@spagni.net>2018-01-27 17:24:57 -0800
commitd3e1244466f6d0d8c732ec3e2c647392f408a8c6 (patch)
treea2072bf0aa78fc334686697eb5ebf53f8bb43968 /src/wallet
parentMerge pull request #3120 (diff)
parentcmake: set API header install path to what Qt wallet expects (diff)
downloadmonero-d3e1244466f6d0d8c732ec3e2c647392f408a8c6.tar.xz
Merge pull request #3121
6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish)
Diffstat (limited to 'src/wallet')
-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 0b4a663a0..1e67495f1 100644
--- a/src/wallet/api/CMakeLists.txt
+++ b/src/wallet/api/CMakeLists.txt
@@ -88,4 +88,4 @@ else()
endif()
install(FILES ${wallet_api_headers}
- DESTINATION include/wallet)
+ DESTINATION include/wallet/api)