diff options
author | gregory guy <[email protected]> | 2020-03-19 13:28:37 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-03-19 13:28:37 +0100 |
commit | f59c52a01618727a0e1ea225c6c0eb248e3b3d6b (patch) | |
tree | fbd2910bb4c88349916e55f9e0d11b9d301503b9 /config.h.cmake | |
parent | 5a39b72448ea23fc3e56b4516568fa425604f831 (diff) | |
download | amarok-f59c52a01618727a0e1ea225c6c0eb248e3b3d6b.tar.gz amarok-f59c52a01618727a0e1ea225c6c0eb248e3b3d6b.zip |
Add "AMAZON_SUPPORT" definition to the cmake build.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index a693e719..ee68fcb9 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -33,3 +33,6 @@ #cmakedefine USE_POSTGRESQL 1 #cmakedefine MYSQL_STRUCT @MYSQL_STRUCT@ + +#cmakedefine AMAZON_SUPPORT 1 + |