*add* include svn revision in the VERSION_STRING if building with cmake

git-svn-id: http://tint2.googlecode.com/svn/trunk@475 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-06-09 15:31:18 +00:00
parent f8889fdbe0
commit abeb6d384d
5 changed files with 41 additions and 5 deletions

View File

@@ -28,7 +28,11 @@
#include <glib/gstdio.h>
#include <glib/gi18n.h>
#include "../version.h"
#ifdef BUILD_CMAKE
#include "version.h"
#else
#include "../version.h"
#endif
#include "common.h"
#include "theme_view.h"