]> granicus.if.org Git - icinga2/commitdiff
spec: Add schema to -ido-mysql doc.
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Oct 2013 13:05:20 +0000 (15:05 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Oct 2013 13:05:20 +0000 (15:05 +0200)
fixes #4854

components/db_ido_mysql/Makefile.am
components/db_ido_mysql/schema/Makefile.am [new file with mode: 0644]
components/db_ido_mysql/schema/upgrade/Makefile.am [new file with mode: 0644]
configure.ac
icinga2.spec.in

index 321590f1312f98aa40e1d4ecdb00b40aba14a8e2..975215f34d2327c459b11244b1d4e5d2d3283767 100644 (file)
@@ -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 (file)
index 0000000..c98aaa3
--- /dev/null
@@ -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 (file)
index 0000000..5a8f634
--- /dev/null
@@ -0,0 +1,3 @@
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = 
index 82e51814edb7f4bdc0ea65befb5bc3c32a4e37ef..a330f8a403ab6a4966f7a3672d64d554e6aa9452 100644 (file)
@@ -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
index c7bdd3b3e5bf3de0264e669807e641f03c4e680b..f36a9764a8663f57e70536a4176495828faff306 100644 (file)
@@ -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