aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:44:41 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:44:41 +0200
commit516b805eb47ca63ee5ba81875f57e7ca12cfb641 (patch)
tree2ccf4fe2298f9ad51a74b7b9c403e20d0d93ba96 /makefile
parent9273c36d6afb84cd56544761afa0dd52e1f3b653 (diff)
Add db.options and db-driver.bat files to dist
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index c47cd22..e2a4acf 100644
--- a/makefile
+++ b/makefile
@@ -34,7 +34,8 @@ $(dist): export tr1_dirs := $(tr1_dirs)
$(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
+mysql-driver.bat mysql.options sqlite-driver.bat sqlite.options \
+pgsql-driver.bat pgsql.options
$(dist): exec_dist := bootstrap tester
$(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \
$(call vc9slns,$(name)) $(call vc10slns,$(name))