Move config values from the commandline to obsconfig.h

This commit is contained in:
BtbN
2014-07-21 16:26:57 +02:00
parent 94e2badb0e
commit cac6ad1822
7 changed files with 19 additions and 18 deletions

View File

@@ -56,7 +56,9 @@
#ifdef HAVE_OBSCONFIG_H
# include "obsconfig.h"
#else
#define OBS_VERSION "unknown"
# define OBS_VERSION "unknown"
# define OBS_DATA_PATH "../../data"
# define OBS_INSTALL_PREFIX ""
#endif
#define OBS_INSTALL_DATA_PATH OBS_INSTALL_PREFIX OBS_DATA_PATH