summaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/makefile b/odb/makefile
index 3550c50..321b532 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -38,6 +38,16 @@ relational/source.cxx \
relational/model.cxx \
relational/schema.cxx
+# Relational/MSSQL.
+#
+cxx_ptun += \
+relational/mssql/common.cxx \
+relational/mssql/context.cxx \
+relational/mssql/header.cxx \
+relational/mssql/source.cxx \
+relational/mssql/model.cxx \
+relational/mssql/schema.cxx
+
# Relational/MySQL.
#
cxx_ptun += \