diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 15:02:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 15:02:51 +0200 |
commit | aaf4c660e0882566a2855a634c39ffe6f8816ece (patch) | |
tree | f3f38d5e7cfd005d4712dd2af7eb143a52542137 /makefile | |
parent | 2fe70fbeb57cd457b913c376c1b987522c0c5d58 (diff) |
Use database name in options and driver files (autotools part)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ $(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 oracle-driver.bat oracle.options \ mssql-driver.bat mssql.options -$(dist): exec_dist := bootstrap tester +$(dist): exec_dist := bootstrap tester.in $(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \ $(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name)) $(dist): export version = $(shell cat $(src_root)/version) |