aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-17 16:41:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-17 16:41:33 +0200
commit5e0128fc306acc2a2626b645214460d5bf214b39 (patch)
treecb3f0644955f788be025cfda74a2994e0ad1e5a0 /template
parent31a0507dfe9cb5a87e2a860bac25a8405788489c (diff)
Autotools and VC++ build support for SQL Server
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/Makefile.am b/template/Makefile.am
index 154dedf..f96beca 100644
--- a/template/Makefile.am
+++ b/template/Makefile.am
@@ -25,6 +25,10 @@ if DATABASE_ORACLE
AM_CPPFLAGS += -DDATABASE_ORACLE
endif
+if DATABASE_MSSQL
+AM_CPPFLAGS += -DDATABASE_MSSQL
+endif
+
TESTS=$(top_builddir)/tester
TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir;