summaryrefslogtreecommitdiff
path: root/tests/functional-tests/common/data/Video/Makefile.am
blob: e3bbf0f99cd90dc14f8381f46ec804be7390fbd5 (plain)
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/Makefile.decl

if DIST_FUNCTIONAL_TESTS
configdir = $(datadir)/tracker-tests/data/Video

config_DATA =                                          \
	test-video.mp4

EXTRA_DIST = $(config_DATA)
endif