summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-extraction-data/office/Makefile.am
blob: c806ae2445799bf34ee5fa0d72afba40695de1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include $(top_srcdir)/Makefile.decl

docs = \
	office-doc.doc \
	office-doc.expected \
	powerpoint.ppt \
	powerpoint.expected

pdfs = \
	pdf-doc.pdf \
	pdf-doc.expected

officetestdir = $(datadir)/tracker-tests/test-extraction-data/office

# initialize variable for unconditional += appending
officetest_DATA =

if HAVE_LIBGSF
officetest_DATA += $(docs)
endif

if HAVE_POPPLER
officetest_DATA += $(pdfs)
endif

EXTRA_DIST = \
	$(docs) \
	$(pdfs)