[evince] unarr, build: Quell Automake warning



commit 80e6561f274dd441f5f8720d12ae125ae5a5a959
Author: astian <astian eclipso at>
Date:   Tue Aug 1 15:14:03 2017 +0000

    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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785757

 cut-n-paste/unarr/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/cut-n-paste/unarr/Makefile.am b/cut-n-paste/unarr/Makefile.am
index e6a49e2..479dc86 100644
--- a/cut-n-paste/unarr/Makefile.am
+++ b/cut-n-paste/unarr/Makefile.am
@@ -1,3 +1,9 @@
+# This Makefile 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.
+AUTOMAKE_OPTIONS = subdir-objects
+
 noinst_LTLIBRARIES = libunarr.la
 
 libunarr_la_SOURCES =          \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]