Fix compilation on x86_64: a static lib breaks linking of the part because the code...
commitd6284f3abf690745653ae54964929334cd31e772
authorDavid Faure <faure@kde.org>
Tue, 3 Feb 2009 20:52:07 +0000 (3 20:52 -0000)
committerDavid Faure <faure@kde.org>
Tue, 3 Feb 2009 20:52:07 +0000 (3 20:52 -0000)
tree02284093088aa7605204007d2ef3f7749d78500f
parentb4544e46f010dc31c962f6e12a1c9b11c8eddb9a
Fix compilation on x86_64: a static lib breaks linking of the part because the code isn't compiled with -fPIC
(and the executable needs it without -fPIC). So the code must be compiled twice.

svn path=/trunk/KDE/kdepim/; revision=920824
kjots/CMakeLists.txt