mirror of https://github.com/Icinga/icinga2.git
Rename IDO libraries.
This commit is contained in:
parent
d9a283fc89
commit
9783e23719
|
@ -6,6 +6,6 @@ SUBDIRS = \
|
||||||
cluster \
|
cluster \
|
||||||
compat \
|
compat \
|
||||||
demo \
|
demo \
|
||||||
ido_mysql \
|
db_ido_mysql \
|
||||||
livestatus \
|
livestatus \
|
||||||
notification
|
notification
|
||||||
|
|
|
@ -133,7 +133,7 @@ components/checker/Makefile
|
||||||
components/cluster/Makefile
|
components/cluster/Makefile
|
||||||
components/compat/Makefile
|
components/compat/Makefile
|
||||||
components/demo/Makefile
|
components/demo/Makefile
|
||||||
components/ido_mysql/Makefile
|
components/db_ido_mysql/Makefile
|
||||||
components/livestatus/Makefile
|
components/livestatus/Makefile
|
||||||
components/notification/Makefile
|
components/notification/Makefile
|
||||||
docs/Doxyfile
|
docs/Doxyfile
|
||||||
|
@ -147,7 +147,7 @@ lib/Makefile
|
||||||
lib/base/Makefile
|
lib/base/Makefile
|
||||||
lib/config/Makefile
|
lib/config/Makefile
|
||||||
lib/icinga/Makefile
|
lib/icinga/Makefile
|
||||||
lib/ido/Makefile
|
lib/db_ido/Makefile
|
||||||
lib/python/Makefile
|
lib/python/Makefile
|
||||||
test/Makefile
|
test/Makefile
|
||||||
third-party/Makefile
|
third-party/Makefile
|
||||||
|
|
|
@ -5,5 +5,5 @@ SUBDIRS = \
|
||||||
base \
|
base \
|
||||||
config \
|
config \
|
||||||
icinga \
|
icinga \
|
||||||
ido \
|
db_ido \
|
||||||
python
|
python
|
||||||
|
|
Loading…
Reference in New Issue