mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
ae4247718e
commit
4cdec1d8ca
@ -1,6 +1,10 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
if MYSQL_USE
|
if MYSQL_USE
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
schema
|
||||||
|
|
||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libdb_ido_mysql.la
|
libdb_ido_mysql.la
|
||||||
|
|
||||||
|
7
components/db_ido_mysql/schema/Makefile.am
Normal file
7
components/db_ido_mysql/schema/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
upgrade
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
mysql.sql
|
3
components/db_ido_mysql/schema/upgrade/Makefile.am
Normal file
3
components/db_ido_mysql/schema/upgrade/Makefile.am
Normal file
@ -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/compat/Makefile
|
||||||
components/demo/Makefile
|
components/demo/Makefile
|
||||||
components/db_ido_mysql/Makefile
|
components/db_ido_mysql/Makefile
|
||||||
|
components/db_ido_mysql/schema/Makefile
|
||||||
|
components/db_ido_mysql/schema/upgrade/Makefile
|
||||||
components/livestatus/Makefile
|
components/livestatus/Makefile
|
||||||
components/notification/Makefile
|
components/notification/Makefile
|
||||||
doc/Doxyfile
|
doc/Doxyfile
|
||||||
|
@ -230,6 +230,7 @@ fi
|
|||||||
%docdir %{_datadir}/doc/%{name}
|
%docdir %{_datadir}/doc/%{name}
|
||||||
|
|
||||||
%files ido-mysql
|
%files ido-mysql
|
||||||
|
%doc components/db_ido_mysql/schema
|
||||||
%{_libdir}/%{name}/libdb_ido_mysql*
|
%{_libdir}/%{name}/libdb_ido_mysql*
|
||||||
|
|
||||||
%files classicui-config
|
%files classicui-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user