summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 31659005ec..81b5f05881 100644
--- a/SConstruct
+++ b/SConstruct
@@ -293,7 +293,7 @@ def create_stored_revision (target = None, source = None, env = None):
sys.exit (-1)
try:
- text = "#include <ardour/svn_revision.h>\n"
+ text = "#include \"ardour/svn_revision.h\"\n"
text += "namespace ARDOUR {\n";
text += "extern const char* svn_revision = \"" + rev + "\";\n";
text += "}\n";