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