summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-05-10 15:05:40 +0200
committerJens Georg <jensg@openismus.com>2013-05-10 15:05:40 +0200
commita04677b02fe16671ecd934543f66914f5964dc9c (patch)
tree250484789f5ba1d29d5a2a1395229b7b725df098 /examples
parenta039b3c323c1b15e33acf957cf5de78bca45522c (diff)
downloadrygel-a04677b02fe16671ecd934543f66914f5964dc9c.tar.gz
build: Don't use relative paths
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 1182364c..7f7a7a14 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -8,7 +8,7 @@ endif
SUBDIRS = $(EXAMPLE_PLUGINS)
-include ../common.am
+include $(top_srcdir)/common.am
#TODO: Remove the src/rygel from here?