X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=config.h.cmake;h=ac3a178e2db9e105a8bc0c6f2017c68199a46fc2;hb=1240eda3ac57e6607b206e3c9cf7feb65c3be620;hp=ae8c590798ce9d190bf108fe94ad9c8b9e82f55b;hpb=6c78ac1faf00fe9c89b8a0aaa19eb019626e7b4c;p=supertux.git diff --git a/config.h.cmake b/config.h.cmake index ae8c59079..ac3a178e2 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,11 +1,13 @@ -#define PACKAGE_NAME "supertux" -#define PACKAGE_VERSION "0.3.1-SVN" +#ifndef CONFIG_H +#define CONFIG_H + +#define PACKAGE_NAME "supertux2" -#cmakedefine DEBUG #cmakedefine ENABLE_SQDBG #cmakedefine ENABLE_BINRELOC -#define APPDATADIR "${APPDATADIR}" +#define INSTALL_SUBDIR_BIN "${INSTALL_SUBDIR_BIN}" +#define INSTALL_SUBDIR_SHARE "${INSTALL_SUBDIR_SHARE}" #define SIZEOF_VOID_P ${SIZEOF_VOID_P} #if SIZEOF_VOID_P == 8 @@ -24,3 +26,5 @@ #cmakedefine HAVE_OPENGL #cmakedefine HAVE_LIBCURL + +#endif /*CONFIG_H*/