summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Arhar <jarhar@chromium.org>2023-03-26 11:36:38 -0700
committerJoey Arhar <jarhar@chromium.org>2023-03-26 11:37:03 -0700
commitf80ae929fa9e80d66d4c42108c6fb2456ce14b8b (patch)
tree6f6fb50bebcf6c5d80caaaf9fda7fc8130ca59e7
parentaab7eedca3c2dcaa1795d6acba38a4c9811d2a75 (diff)
downloadlibxslt-f80ae929fa9e80d66d4c42108c6fb2456ce14b8b.tar.gz
Remove xpath.xml and seed targets from makefile
-rw-r--r--tests/fuzz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/Makefile.am b/tests/fuzz/Makefile.am
index 56accdb2..2e33372f 100644
--- a/tests/fuzz/Makefile.am
+++ b/tests/fuzz/Makefile.am
@@ -3,7 +3,7 @@ LIBXSLT_LIBS = $(top_builddir)/libxslt/libxslt.la \
EXTRA_PROGRAMS = genSeed xpath xslt
check_PROGRAMS = testTargets
-EXTRA_DIST = xpath.dict xpath.xml xslt.dict seed
+EXTRA_DIST = xpath.dict xslt.dict
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CPPFLAGS = -I$(top_srcdir)
DEPENDENCIES = $(LIBXSLT_LIBS)