Bug 76677

Summary: Automake manager adds "lib" in front of library targets incorrectly
Product: [Applications] kdevelop Reporter: Sylvain Joyeux <sylvain.joyeux>
Component: Build tools: AutomakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sylvain Joyeux 2004-03-03 18:54:30 UTC
Version:           CVS HEAD (using KDE KDE 3.2.0)
Installed from:    Debian testing/unstable Packages

When creating a new libtool library target, the automake manager always adds "lib" in front of the library name. It can be unwanted in case of loadable modules (for instance, the name convention for KDED modules is kded_foo.so)
Comment 1 Andreas Pakulat 2007-11-30 19:10:19 UTC
SVN commit 743347 by apaku:

Don't inject the lib prefix when building a module.
BUG:76677

 M  +1 -1      addtargetdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=743347