summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-08-27 09:22:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-08-27 10:09:16 +1000
commitda98ba119c82b122e399e20b3fe7f44eaf161f12 (patch)
tree49592c332b4da03195dd7a53444a684fcf01422c
parent7c586856b92926298b10b42a9e8236466d231077 (diff)
Change recordings data to noinst
We don't install the tests, we shouldn't install the data Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--recordings/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/recordings/Makefile.am b/recordings/Makefile.am
index c07c5f7..37e6270 100644
--- a/recordings/Makefile.am
+++ b/recordings/Makefile.am
@@ -1,6 +1,5 @@
-recordingsdir = $(datadir)/recordings
# FIXME: avoid using spaces in file names or the following will fail
-dist_recordings_DATA = $(shell find $(top_srcdir)/recordings \( -name \*.desc -o -name \*.events \) -printf "%P\n")
+dist_noinst_DATA = $(shell find $(top_srcdir)/recordings \( -name \*.desc -o -name \*.events \) -printf "%P\n")
all-local:
@find $(top_srcdir)/recordings/*/ -type f -and -not -name "*.desc" -and -not -name "*.events" -printf "\nWARNING: file '%p' does not end in .desc or .events\n\n"