From aefb392d4d6bcb59c3f3df34018d754ac4f718e9 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 24 Nov 2011 09:58:48 +0200 Subject: Add Oracle to automake and Visual Studio build --- 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 fc38fc6..9c22df3 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -17,4 +17,8 @@ if DATABASE_PGSQL SUBDIRS += pgsql endif +if DATABASE_ORACLE +SUBDIRS += oracle +endif + EXTRA_DIST = __file__(extra_dist) -- cgit v1.1