diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration/defaults.h.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/configuration/defaults.h.in b/lib/configuration/defaults.h.in index 6a7232e..c64cf2f 100644 --- a/lib/configuration/defaults.h.in +++ b/lib/configuration/defaults.h.in @@ -1,14 +1,14 @@ #ifndef SMOLBOTE_DEFAULTS #define SMOLBOTE_DEFAULTS -#cmakedefine Path_Config "@Path_Config@" -#cmakedefine Path_Crashdump "@Path_Crashdump@" +#define Path_Config "@CONFIG_PATH_CONFIG@" +#define Path_Crashdump "@CONFIG_PATH_CRASHDUMP@" -#cmakedefine Path_Filter "@Path_Filter@" -#cmakedefine Path_Plugins "@Path_Plugins@" -#cmakedefine Path_Profiles "@Path_Profiles@" +#define Path_Filter "@CONFIG_PATH_FILTER@" +#define Path_Plugins "@CONFIG_PATH_PLUGINS@" +#define Path_Profiles "@CONFIG_PATH_PROFILES@" -#cmakedefine Path_Bookmarks "@Path_Bookmarks@" -#cmakedefine Path_Downloads "@Path_Downloads@" +#define Path_Bookmarks "@CONFIG_PATH_BOOKMARKS@" +#define Path_Downloads "@CONFIG_PATH_DOWNLOADS@" #endif // SMOLBOTE_DEFAULTS |