From 0cbf7216a6455525e67d6cbca462d568471e5c26 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 24 Nov 2011 09:47:29 +0200 Subject: Add Oracle to automake and Visual Studio build --- template/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/Makefile.am') diff --git a/template/Makefile.am b/template/Makefile.am index 9a83bfa..154dedf 100644 --- a/template/Makefile.am +++ b/template/Makefile.am @@ -21,6 +21,10 @@ if DATABASE_PGSQL AM_CPPFLAGS += -DDATABASE_PGSQL endif +if DATABASE_ORACLE +AM_CPPFLAGS += -DDATABASE_ORACLE +endif + TESTS=$(top_builddir)/tester TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; -- cgit v1.1