From f66019b20337d3eee65036ca1393f3fe9a8db75b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 16 Feb 2006 16:11:10 +0000 Subject: Add missing convert lib (found into admin/acinclude.m4.in) svn path=/trunk/KDE/kdelibs/; revision=510237 --- am2cmake | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.1