Perhaps a problem (install into directory and shared lib)

Laurent Montel montel at kde.org
Thu Feb 2 17:18:14 CET 2006


On Thursday 02 February 2006 16:47, Brad King wrote:
> Laurent Montel wrote:
> > For the moment there is not a specific line for it.
> > How it's installed ?
> > What generate this line ?
> > "FILE(INSTALL DESTINATION
> > "/home/lmontel/kde-4.0/kde4/build-cmake/lib/kde4" TYPE FILE FILES
> > "/home/lmontel/kde-4.0/kde4/kdelibs-cmake/kdelibs/kstyles/plastik/plastik
> >.la")" ?
>
> What is the .la file?  What creates it?
>
> -Brad

Ok it was a bug into ours module. Alexander fixed it.
-   INSTALL_FILES(/lib/kde4 FILES ${_laname})
+   INSTALL_FILES(${KDE4_LIB_INSTALL_DIR}/kde4 FILES ${_laname})

Thanks
Regards


More information about the Kde-buildsystem mailing list