Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2011-10-26 13:31:20 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2011-10-26 13:31:20 +0400
commit1e9e2f8cf2ded064ac71d77c95ccbf158856019b (patch)
tree902b76c2a01e7b0307a14c52022b832f0bb4b289 /database
parent87a697bad3075a8b759768299db185be1fbb2530 (diff)
- [ZBX-4024] new build process for database schema and data, also new location of database related files; db data file uses transations now
Diffstat (limited to 'database')
-rw-r--r--database/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/database/Makefile.am b/database/Makefile.am
new file mode 100644
index 00000000000..d08e68e39f6
--- /dev/null
+++ b/database/Makefile.am
@@ -0,0 +1,18 @@
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = \
+ ibm_db2/data.sql \
+ ibm_db2/images.sql \
+ ibm_db2/schema.sql \
+ mysql/data.sql \
+ mysql/images.sql \
+ mysql/schema.sql \
+ oracle/data.sql \
+ oracle/images.sql \
+ oracle/schema.sql \
+ postgresql/data.sql \
+ postgresql/images.sql \
+ postgresql/schema.sql \
+ sqlite3/data.sql \
+ sqlite3/images.sql \
+ sqlite3/schema.sql