diff options
Diffstat (limited to 'template')
-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; |