Bug 76677 - Automake manager adds "lib" in front of library targets incorrectly
Summary: Automake manager adds "lib" in front of library targets incorrectly
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: git master
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-03 18:54 UTC by Sylvain Joyeux
Modified: 2007-11-30 19:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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