forgot config.h.in
authorPerttu Ahola <celeron55@gmail.com>
Sat, 8 Jan 2011 15:35:41 +0000 (17:35 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 8 Jan 2011 15:35:41 +0000 (17:35 +0200)
src/config.h.in [new file with mode: 0644]

diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644 (file)
index 0000000..8ac6908
--- /dev/null
@@ -0,0 +1,10 @@
+// Filled in by the build system
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
+#define BUILD_INFO "BUILD_DATE=@BUILD_DATE@ RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@"
+
+#endif
+