From 5e0128fc306acc2a2626b645214460d5bf214b39 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jan 2012 16:41:33 +0200 Subject: Autotools and VC++ build support for SQL Server --- template/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') 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; -- cgit v1.1