diff options
author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-12 14:34:53 +0000 |
---|---|---|
committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-12 14:34:53 +0000 |
commit | 8ed950d774c9d769e9a626581127f60290c9121b (patch) | |
tree | bffbbd125fab5a8afe8e957aa10b167456d40c78 | |
parent | 8b4e7131df42d9c4dcdf02835ae8d786e070c2a1 (diff) | |
download | zabbix-8ed950d774c9d769e9a626581127f60290c9121b.tar.gz zabbix-8ed950d774c9d769e9a626581127f60290c9121b.tar.xz zabbix-8ed950d774c9d769e9a626581127f60290c9121b.zip |
- [DEV-137] fix for dbschema.c
[svn merge svn://svn.zabbix.com/tags/1.5 -r5480:5482]
git-svn-id: svn://svn.zabbix.com/trunk@5483 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r-- | create/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/create/Makefile.am b/create/Makefile.am index 4220dd09..306dfcc2 100644 --- a/create/Makefile.am +++ b/create/Makefile.am @@ -1,8 +1,10 @@ ## Process this file with automake to produce Makefile.in -#SUBDIRS = schema - EXTRA_DIST = \ + schema/mysql.sql \ + schema/oracle.sql \ + schema/postgresql.sql \ + schema/sqlite.sql \ data/data.sql \ data/images_oracle.sql \ data/images_pgsql.sql \ |