aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-24 09:58:48 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-24 10:23:47 +0200
commitaefb392d4d6bcb59c3f3df34018d754ac4f718e9 (patch)
tree3d881a964e5ce72c50723ef04ee85034cece8b4a /makefile
parent7703243861e4ade2c0fcdda98033a19d006717b7 (diff)
Add Oracle to automake and Visual Studio build
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index dc0d58a..bc46d43 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,8 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): data_dist := GPLv2 LICENSE README INSTALL version test.bat \
tester.bat mysql-driver.bat mysql.options sqlite-driver.bat \
-sqlite.options pgsql-driver.bat pgsql.options
+sqlite.options pgsql-driver.bat pgsql.options oracle.options \
+oracle-driver.bat
$(dist): exec_dist := bootstrap tester.in
$(dist): export extra_dist := $(data_dist) $(exec_dist) build.bat
$(dist): export version = $(shell cat $(src_root)/version)