From: Michael Friedrich Date: Fri, 11 Oct 2013 13:05:20 +0000 (+0200) Subject: spec: Add schema to -ido-mysql doc. X-Git-Tag: v0.0.3~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdec1d8cafdb8c900139d4376cdda7b9033a615;p=icinga2 spec: Add schema to -ido-mysql doc. fixes #4854 --- diff --git a/components/db_ido_mysql/Makefile.am b/components/db_ido_mysql/Makefile.am index 321590f13..975215f34 100644 --- a/components/db_ido_mysql/Makefile.am +++ b/components/db_ido_mysql/Makefile.am @@ -1,6 +1,10 @@ ## Process this file with automake to produce Makefile.in if MYSQL_USE + +SUBDIRS = \ + schema + pkglib_LTLIBRARIES = \ libdb_ido_mysql.la diff --git a/components/db_ido_mysql/schema/Makefile.am b/components/db_ido_mysql/schema/Makefile.am new file mode 100644 index 000000000..c98aaa3d3 --- /dev/null +++ b/components/db_ido_mysql/schema/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = \ + upgrade + +EXTRA_DIST = \ + mysql.sql diff --git a/components/db_ido_mysql/schema/upgrade/Makefile.am b/components/db_ido_mysql/schema/upgrade/Makefile.am new file mode 100644 index 000000000..5a8f6346d --- /dev/null +++ b/components/db_ido_mysql/schema/upgrade/Makefile.am @@ -0,0 +1,3 @@ +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = diff --git a/configure.ac b/configure.ac index 82e51814e..a330f8a40 100644 --- a/configure.ac +++ b/configure.ac @@ -168,6 +168,8 @@ components/cluster/Makefile components/compat/Makefile components/demo/Makefile components/db_ido_mysql/Makefile +components/db_ido_mysql/schema/Makefile +components/db_ido_mysql/schema/upgrade/Makefile components/livestatus/Makefile components/notification/Makefile doc/Doxyfile diff --git a/icinga2.spec.in b/icinga2.spec.in index c7bdd3b3e..f36a9764a 100644 --- a/icinga2.spec.in +++ b/icinga2.spec.in @@ -230,6 +230,7 @@ fi %docdir %{_datadir}/doc/%{name} %files ido-mysql +%doc components/db_ido_mysql/schema %{_libdir}/%{name}/libdb_ido_mysql* %files classicui-config