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 94887 - superflous sources
superflous sources
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.0.x
Other All
: High trivial
: 2.2
Assigned To: Havoc Pennington
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-04 17:49 UTC by gnome
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for src/Makefile.am (359 bytes, patch)
2002-10-04 17:50 UTC, gnome
none Details | Review

Description gnome 2002-10-04 17:49:30 UTC
As far as I can see the source-files x-font-selector.c
x-font-selector.h (and of course x-font-selector.o too) are no longer
necessary, but still x-font-selector.o gets linked into gnome-terminal
blowing up the binary.
Comment 1 gnome 2002-10-04 17:50:10 UTC
Created attachment 11405 [details] [review]
patch for src/Makefile.am
Comment 2 Luis Villa 2002-11-18 18:30:42 UTC
Adding PATCH keyword.
Comment 3 Kjartan Maraas 2003-04-22 15:32:54 UTC
Havoc, should this be applied?
Comment 4 Havoc Pennington 2003-04-22 15:33:33 UTC
Yes, on HEAD only, and also cvs rm the files that are no longer used.
Comment 5 Kjartan Maraas 2003-04-24 14:43:52 UTC
Commited.