[grilo-plugins] Fix distcheck



commit 07f126cf8e065fcfa5ce188809f17737c2844575
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 4 11:45:30 2012 +0100

    Fix distcheck

 src/local-metadata/Makefile.am |    2 +-
 src/tmdb/Makefile.am           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/local-metadata/Makefile.am b/src/local-metadata/Makefile.am
index 7ed9516..66c71cf 100644
--- a/src/local-metadata/Makefile.am
+++ b/src/local-metadata/Makefile.am
@@ -28,7 +28,7 @@ localmetadataxml_DATA	= $(LOCALMETADATA_PLUGIN_ID).xml
 # because grilo expects the .so and .xml files to be in 
 # the same directory:
 copy-xml-to-libs-dir: libgrllocalmetadata.la
-	cp $(localmetadataxml_DATA) $(builddir)/.libs/
+	cp $(srcdir)/$(localmetadataxml_DATA) $(builddir)/.libs/
 
 all-local: copy-xml-to-libs-dir
 
diff --git a/src/tmdb/Makefile.am b/src/tmdb/Makefile.am
index 87bbb46..31c5389 100644
--- a/src/tmdb/Makefile.am
+++ b/src/tmdb/Makefile.am
@@ -28,7 +28,7 @@ tmdbxml_DATA	= $(TMDB_PLUGIN_ID).xml
 # because grilo expects the .so and .xml files to be in 
 # the same directory:
 copy-xml-to-libs-dir: libgrltmdb.la
-	cp $(tmdbxml_DATA) $(builddir)/.libs/
+	cp $(srcdir)/$(tmdbxml_DATA) $(builddir)/.libs/
 
 all-local: copy-xml-to-libs-dir
 



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