aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-24 09:47:29 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-24 09:48:38 +0200
commit0cbf7216a6455525e67d6cbca462d568471e5c26 (patch)
tree5cfa33fc7ffdc1183bc3ae7f77493f9191a368e7 /makefile
parentb2778d6818ffa7fcbf68e3f7bbfd1a342dac98e4 (diff)
Add Oracle to automake and Visual Studio build
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ee9ca89..c963990 100644
--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@ $(dist): export boost_dirs := $(boost_dirs)
$(dist): export qt_dirs := $(qt_dirs)
$(dist): data_dist := GPLv2 LICENSE README NEWS INSTALL version tester.bat \
mysql-driver.bat mysql.options sqlite-driver.bat sqlite.options \
-pgsql-driver.bat pgsql.options
+pgsql-driver.bat pgsql.options oracle-driver.bat oracle.options
$(dist): exec_dist := bootstrap tester
$(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \
$(call vc9slns,$(name)) $(call vc10slns,$(name))