]> granicus.if.org Git - icinga2/commit
Make libido a library, rather than a user-loadable module.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 16 Jul 2013 08:40:55 +0000 (10:40 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 16 Jul 2013 08:40:55 +0000 (10:40 +0200)
commit81b3b57b11b0b8f61bbdb151f47cfdc706067825
tree78f8d02d31595606bd28279bba889aa52fea3fcc
parent3a7bae618a7a95088b9c0a14b7373a92268772cf
Make libido a library, rather than a user-loadable module.
19 files changed:
components/Makefile.am
components/ido_log/Makefile.am
components/ido_mysql/Makefile.am
configure.ac
lib/Makefile.am
lib/ido/Makefile.am [moved from components/ido/Makefile.am with 93% similarity]
lib/ido/dbconnection.cpp [moved from components/ido/dbconnection.cpp with 100% similarity]
lib/ido/dbconnection.h [moved from components/ido/dbconnection.h with 93% similarity]
lib/ido/dbobject.cpp [moved from components/ido/dbobject.cpp with 100% similarity]
lib/ido/dbobject.h [moved from components/ido/dbobject.h with 100% similarity]
lib/ido/dbreference.cpp [moved from components/ido/dbreference.cpp with 100% similarity]
lib/ido/dbreference.h [moved from components/ido/dbreference.h with 100% similarity]
lib/ido/dbtype.cpp [moved from components/ido/dbtype.cpp with 100% similarity]
lib/ido/dbtype.h [moved from components/ido/dbtype.h with 100% similarity]
lib/ido/hostdbobject.cpp [moved from components/ido/hostdbobject.cpp with 100% similarity]
lib/ido/hostdbobject.h [moved from components/ido/hostdbobject.h with 100% similarity]
lib/ido/ido-type.conf [moved from components/ido/ido-type.conf with 100% similarity]
lib/ido/ido.vcxproj [moved from components/ido/ido.vcxproj with 100% similarity]
lib/ido/ido.vcxproj.filters [moved from components/ido/ido.vcxproj.filters with 100% similarity]