[gnome-calendar] build: use srcdir for appdata location



commit 2a3b2775d3f91a3898580b1866953c28187175c5
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jan 26 16:10:56 2015 +0100

    build: use srcdir for appdata location
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743540

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 4dc493c..3d74dbe 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_XML_RULE@
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = appdata/org.gnome.Calendar.appdata.xml.in
+appdata_in_files = $(srcdir)/appdata/org.gnome.Calendar.appdata.xml.in
 
 @INTLTOOL_DESKTOP_RULE@
 


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