Bug 54563

Summary: adding convenience libraries to libtool libraries
Product: [Applications] kdevelop Reporter: Michael Lacher <mucki>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.