summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-07-24 15:11:40 +0200
committerMartin Pitt <martinpitt@gnome.org>2013-07-24 15:11:40 +0200
commit63d4ce369f707c44afa05c94946bb871a7569f95 (patch)
treecce094ebf76c109bce63a845758ab6f354eb50a2
parent3192bcd477e2acd6e2a612d198b2e65ed98e8dcd (diff)
Fix building in separate build tree
Pass full path to the tools during hwdb/rules build, not just the file name. Fixes "make distcheck".
-rw-r--r--media-players/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-players/Makefile.am b/media-players/Makefile.am
index 6957ecf..2929429 100644
--- a/media-players/Makefile.am
+++ b/media-players/Makefile.am
@@ -1,5 +1,5 @@
mpidir = $(datadir)/media-player-info
-dist_mpi_DATA = $(shell find $(top_srcdir)/media-players -name "*.mpi" -printf "%P\n")
+dist_mpi_DATA = $(shell find $(top_srcdir)/media-players -name "*.mpi" -printf "%p\n")
udevrulesdir = $(UDEV_DIR)/rules.d
nodist_udevrules_DATA = 40-usb-media-players.rules