Rename IDO libraries.

This commit is contained in:
Icinga 2013-09-25 10:30:47 +02:00
parent d9a283fc89
commit 9783e23719
43 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,6 @@ SUBDIRS = \
cluster \ cluster \
compat \ compat \
demo \ demo \
ido_mysql \ db_ido_mysql \
livestatus \ livestatus \
notification notification

View File

@ -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

View File

@ -5,5 +5,5 @@ SUBDIRS = \
base \ base \
config \ config \
icinga \ icinga \
ido \ db_ido \
python python