summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-extraction-data/office/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/test-extraction-data/office/Makefile.am')
-rw-r--r--tests/functional-tests/test-extraction-data/office/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/functional-tests/test-extraction-data/office/Makefile.am b/tests/functional-tests/test-extraction-data/office/Makefile.am
deleted file mode 100644
index 33704ed1d..000000000
--- a/tests/functional-tests/test-extraction-data/office/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-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)