]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
*add* include svn revision in the VERSION_STRING if building with cmake
[chaz/tint2] / src / tint2conf / main.c
index cf27bb9c79a1729c6909c500e83678a4b387f0df..d419e4601f2bcf39d49443259070e48db3e34406 100644 (file)
 #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"
 
This page took 0.024815 seconds and 4 git commands to generate.