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 \
compat \
demo \
ido_mysql \
db_ido_mysql \
livestatus \
notification

View File

@ -133,7 +133,7 @@ components/checker/Makefile
components/cluster/Makefile
components/compat/Makefile
components/demo/Makefile
components/ido_mysql/Makefile
components/db_ido_mysql/Makefile
components/livestatus/Makefile
components/notification/Makefile
docs/Doxyfile
@ -147,7 +147,7 @@ lib/Makefile
lib/base/Makefile
lib/config/Makefile
lib/icinga/Makefile
lib/ido/Makefile
lib/db_ido/Makefile
lib/python/Makefile
test/Makefile
third-party/Makefile

View File

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