After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604575 - Fix linking of the eel convenience library
Fix linking of the eel convenience library
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-14 19:42 UTC by Emilio Pozuelo Monfort
Modified: 2010-04-09 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use LIBADD instead of LDFLAGS for extra libs (441 bytes, patch)
2009-12-14 19:43 UTC, Emilio Pozuelo Monfort
committed Details | Review

Description Emilio Pozuelo Monfort 2009-12-14 19:42:35 UTC
Hi,

eel/Makefile.am should use LIBADD for the additional libraries, rather than LDFLAGS. The attached patch from Josselin Mouette fixes it.

Let me know if it's OK to commit
Comment 1 Emilio Pozuelo Monfort 2009-12-14 19:43:11 UTC
Created attachment 149721 [details] [review]
Use LIBADD instead of LDFLAGS for extra libs
Comment 2 Cosimo Cecchi 2010-04-09 12:24:50 UTC
Review of attachment 149721 [details] [review]:

Pushed to master.