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 785757 - unarr, build: Quell Automake warning
unarr, build: Quell Automake warning
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-03 07:32 UTC by astian
Modified: 2017-08-05 06:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unarr, build: Quell Automake warning (1.07 KB, patch)
2017-08-03 07:32 UTC, astian
none Details | Review
unarr, build: Quell Automake warning (1.12 KB, patch)
2017-08-03 15:00 UTC, astian
committed Details | Review

Description astian 2017-08-03 07:32:19 UTC
Created attachment 356819 [details] [review]
unarr, build: Quell Automake warning

cut-n-paste/unarr/Makefile.am refers to sources in subdirectories.
Option "subdir-objects" tells Automake to put the compiled objects in
the same directory as the source file.  Without this option Automake
prints warnings related to forward compatibility.
Comment 1 astian 2017-08-03 15:00:37 UTC
Created attachment 356856 [details] [review]
unarr, build: Quell Automake warning
Comment 2 Carlos Garcia Campos 2017-08-05 06:19:30 UTC
Comment on attachment 356856 [details] [review]
unarr, build: Quell Automake warning

Pushed, thank you.