build: Don't use relative paths
authorJens Georg <jensg@openismus.com>
Fri, 10 May 2013 13:05:40 +0000 (15:05 +0200)
committerJens Georg <jensg@openismus.com>
Fri, 10 May 2013 13:05:40 +0000 (15:05 +0200)
13 files changed:
data/Makefile.am
examples/Makefile.am
src/librygel-core/Makefile.am
src/librygel-renderer-gst/Makefile.am
src/librygel-renderer/Makefile.am
src/librygel-server/Makefile.am
src/plugins/external/Makefile.am
src/plugins/mediathek/Makefile.am
src/plugins/mpris/Makefile.am
src/plugins/playbin/Makefile.am
src/rygel/Makefile.am
src/ui/Makefile.am
tests/Makefile.am

index 7bd3fb1..2ec40f1 100644 (file)
@@ -1,4 +1,4 @@
-include ../common.am
+include $(top_srcdir)/common.am
 
 SUBDIRS = xml icons
 
index 1182364..7f7a7a1 100644 (file)
@@ -8,7 +8,7 @@ endif
 SUBDIRS = $(EXAMPLE_PLUGINS)
 
 
-include ../common.am
+include $(top_srcdir)/common.am
 
 
 #TODO: Remove the src/rygel from here?
index 1c839b3..64194f4 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 include $(srcdir)/filelist.am
 
 librygelincdir = $(includedir)/rygel-2.0
index bc7e84a..40fa5a2 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 include $(srcdir)/filelist.am
 
 librygel_renderer_includedir=$(includedir)/rygel-2.0
index 438e371..c1248d6 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 include $(srcdir)/filelist.am
 
 librygel_renderer_includedir=$(includedir)/rygel-2.0
index c284ed7..d083c95 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 include $(srcdir)/filelist.am
 
 librygel_server_includedir=$(includedir)/rygel-2.0
index 7097309..3d28073 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../common.am
+include $(top_srcdir)/common.am
 
 plugin_LTLIBRARIES = librygel-external.la
 plugin_DATA = external.plugin
index 9e7faa3..5475897 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../common.am
+include $(top_srcdir)/common.am
 
 plugin_LTLIBRARIES = librygel-mediathek.la
 plugin_DATA = mediathek.plugin
index e886ea7..c672e2b 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../common.am
+include $(top_srcdir)/common.am
 
 plugin_LTLIBRARIES = librygel-mpris.la
 plugin_DATA = mpris.plugin
index f0628be..357e36f 100644 (file)
@@ -1,4 +1,4 @@
-include ../../../common.am
+include $(top_srcdir)/common.am
 
 plugin_LTLIBRARIES = librygel-playbin.la
 plugin_DATA = playbin.plugin
index ffaad53..843dba0 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 
 bin_PROGRAMS = rygel
 
index c050311..2fb7440 100644 (file)
@@ -1,4 +1,4 @@
-include ../../common.am
+include $(top_srcdir)/common.am
 
 bin_PROGRAMS = rygel-preferences
 
index 9efd1a3..a790084 100644 (file)
@@ -1,4 +1,4 @@
-include ../common.am
+include $(top_srcdir)/common.am
 
 check_PROGRAMS = rygel-http-item-uri-test \
                 rygel-http-response-test \