Bug 54563 - adding convenience libraries to libtool libraries
Summary: adding convenience libraries to libtool libraries
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-12 20:31 UTC by Michael Lacher
Modified: 2003-02-23 21:45 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 Michael Lacher 2003-02-12 20:31:43 UTC
Version:           3.0 alpha3 (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          GCC 3.2.1 -O3
OS:          Linux

When trying to add convenience libraries to libtool libraries the automake manager actually does  nothing. you have to manually add the line
libmylib_la_LIBADD = $(top_builddir)/blah/foo/bar
to the apropriate Makefile.am

The same procedure actually works for normal (ie: non-libtool) libraries
Comment 1 Caleb Tennis 2003-02-23 21:45:55 UTC
Fixed in CVS.