From 605e4dee303f2a7b3b493e7a73faa09e61d88839 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jan 2012 16:46:51 +0200 Subject: Autotools and VC++ build support for SQL Server --- qt/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qt/Makefile.am') diff --git a/qt/Makefile.am b/qt/Makefile.am index 9c22df3..95d34d5 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -21,4 +21,8 @@ if DATABASE_ORACLE SUBDIRS += oracle endif +if DATABASE_MSSQL +SUBDIRS += mssql +endif + EXTRA_DIST = __file__(extra_dist) -- cgit v1.1