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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-05-15 16:05:42 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-05-15 16:27:50 +0300
commit8c5f10adbedf8a8a149df77407310532d21ec107 (patch)
tree483bad7e135363e3335465221bf5e063d99188c3 /database
parent27d0a08d65ee64015057d8877a8c64f5604fafd9 (diff)
....I..... [ZBX-17711] added double.sql file to source distribution tarball
Diffstat (limited to 'database')
-rw-r--r--database/mysql/Makefile.am3
-rw-r--r--database/oracle/Makefile.am3
-rw-r--r--database/postgresql/Makefile.am1
3 files changed, 5 insertions, 2 deletions
diff --git a/database/mysql/Makefile.am b/database/mysql/Makefile.am
index 35c7be33e85..6f7a78934ce 100644
--- a/database/mysql/Makefile.am
+++ b/database/mysql/Makefile.am
@@ -11,4 +11,5 @@ endif
EXTRA_DIST = \
data.sql \
images.sql \
- schema.sql
+ schema.sql \
+ double.sql
diff --git a/database/oracle/Makefile.am b/database/oracle/Makefile.am
index 51010e38573..992167c47ec 100644
--- a/database/oracle/Makefile.am
+++ b/database/oracle/Makefile.am
@@ -11,4 +11,5 @@ endif
EXTRA_DIST = \
data.sql \
images.sql \
- schema.sql
+ schema.sql \
+ double.sql
diff --git a/database/postgresql/Makefile.am b/database/postgresql/Makefile.am
index dc2a2e1e63c..1b3eabb8c23 100644
--- a/database/postgresql/Makefile.am
+++ b/database/postgresql/Makefile.am
@@ -16,4 +16,5 @@ EXTRA_DIST = \
data.sql \
images.sql \
schema.sql \
+ double.sql \
$(DB_EXTENSION).sql