diff options
author | Laurent Montel <montel@kde.org> | 2006-02-16 16:11:10 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2006-02-16 16:11:10 +0000 |
commit | f66019b20337d3eee65036ca1393f3fe9a8db75b (patch) | |
tree | 7bc268a2bbffbcf8363dd89b6e875ecebd9a9d67 | |
parent | 088cfc6d44e9297e37ffdd5817aa2f62b4afbafb (diff) | |
download | extra-cmake-modules-f66019b20337d3eee65036ca1393f3fe9a8db75b.tar.gz extra-cmake-modules-f66019b20337d3eee65036ca1393f3fe9a8db75b.tar.bz2 |
Add missing convert lib (found into admin/acinclude.m4.in)
svn path=/trunk/KDE/kdelibs/; revision=510237
-rwxr-xr-x | am2cmake | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -134,6 +134,15 @@ class BuildTarget when "$(LIB_KIO)" then "kio" when "$(LIB_KDEPRINT)" then "kdeprint" when "$(LIB_KPARTS)" then "kparts" + when "$(LIB_KSPELL2)" then "kspell2" + when "$(LIB_KDE3SUPPORT)" then "kde3support" + when "$(LIB_KJS)" then "kjs" + when "$(LIB_KHTML)" then "khtml" + when "$(LIB_KNEWSTUFF)" then "knewstuff" + when "$(LIB_KDEPIM)" then "kdepim" + when "$(LIB_KDNSSD)" then "kdnssd" + when "$(LIB_KIMPROXY)" then "kimproxy" + when "$(LIB_KUTILS)" then "kutils" else if currentLib =~ /^-l(\S+)$/ $1 |