Move ucore_version.h.in to src/ dir so it gets built properly

This commit is contained in:
Nils O. Selåsdal
2012-12-14 11:48:27 +01:00
parent 1ff2c00399
commit 993fad0076
4 changed files with 14 additions and 4 deletions
+3
View File
@@ -43,5 +43,8 @@ extern const int ucore_version_patch;
* e.g. development version or similar*/
extern const char ucore_version_str[];
/** Hostname where the library was built
*/
extern const char ucore_build_host[];
#endif