aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-02-16 16:11:10 +0000
committerLaurent Montel <montel@kde.org>2006-02-16 16:11:10 +0000
commitf66019b20337d3eee65036ca1393f3fe9a8db75b (patch)
tree7bc268a2bbffbcf8363dd89b6e875ecebd9a9d67
parent088cfc6d44e9297e37ffdd5817aa2f62b4afbafb (diff)
downloadextra-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-xam2cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/am2cmake b/am2cmake
index 091b27c8..03ddac9e 100755
--- a/am2cmake
+++ b/am2cmake
@@ -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