Fix: git version build system integration (v2)
[lttng-tools.git] / include / version.h.tmpl
index e2ce531d4a24ff5a80d32fbf2a51f9128691fb8b..d3f33024a937d82850fcae2f184c9ee4654a9222 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
 /*
  * Copyright (C) 2013-2014 - RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
  *
 
 #include <config.h>
 
-#ifndef VERSION_H
-#define VERSION_H
-
-#ifdef GIT_SOURCE
-#define GIT_VERSION_PREFIX " - "
-#define GIT_VERSION_SED ""
-#else
-#define GIT_VERSION_PREFIX ""
-#define GIT_VERSION ""
-#endif
+#define GIT_VERSION    ""
 
 #endif /* VERSION_H */
This page took 0.023021 seconds and 4 git commands to generate.