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 724584 - build: Fix duplicate source reference when search provider is enabled
build: Fix duplicate source reference when search provider is enabled
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-17 22:08 UTC by Colin Walters
Modified: 2014-02-17 22:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix duplicate source reference when search provider is enabled (2.33 KB, patch)
2014-02-17 22:08 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2014-02-17 22:08:37 UTC
We get a duplicate inclusion since previously $(BUILT_SOURCES)
was appended to $(gnome_terminal_server_SOURCES).

This is a bit annoying with Automake - best practice here is to define
an intermediate variable.
Comment 1 Colin Walters 2014-02-17 22:08:39 UTC
Created attachment 269469 [details] [review]
build: Fix duplicate source reference when search provider is enabled
Comment 2 Colin Walters 2014-02-17 22:22:47 UTC
Attachment 269469 [details] pushed as fdd3d33 - build: Fix duplicate source reference when search provider is enabled