aboutsummaryrefslogtreecommitdiff
path: root/sqlite/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-15 18:43:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-15 18:43:03 +0200
commit0a2b28b4034a6b44f7bb7a126935d9e58cc0c1f9 (patch)
tree65ecf66a742cc7f80f784b996fcb7a3e6ca14253 /sqlite/template
parent0d65234bc5c6742721c00360a0e3117d51d89c5f (diff)
Implement SQLite incremental BLOB/TEXT I/O
Diffstat (limited to 'sqlite/template')
-rw-r--r--sqlite/template/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite/template/makefile b/sqlite/template/makefile
index 83832b2..4e39a1c 100644
--- a/sqlite/template/makefile
+++ b/sqlite/template/makefile
@@ -30,6 +30,7 @@ $(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database sqlite --default-database \
common --generate-schema --table-prefix sqlitex_template_ #@@ CHANGE THIS
+# Note: 'x' here is not a typo.
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)