mirror of https://github.com/Icinga/icinga2.git
parent
ae4247718e
commit
4cdec1d8ca
|
@ -1,6 +1,10 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if MYSQL_USE
|
||||
|
||||
SUBDIRS = \
|
||||
schema
|
||||
|
||||
pkglib_LTLIBRARIES = \
|
||||
libdb_ido_mysql.la
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = \
|
||||
upgrade
|
||||
|
||||
EXTRA_DIST = \
|
||||
mysql.sql
|
|
@ -0,0 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST =
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue