diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
commit | 5e0128fc306acc2a2626b645214460d5bf214b39 (patch) | |
tree | cb3f0644955f788be025cfda74a2994e0ad1e5a0 /template/Makefile.am | |
parent | 31a0507dfe9cb5a87e2a860bac25a8405788489c (diff) |
Autotools and VC++ build support for SQL Server
Diffstat (limited to 'template/Makefile.am')
-rw-r--r-- | template/Makefile.am | 4 |
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; |