From 5cc9122c07d7b903ff44369d6030c9e1c05315b9 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 27 Feb 2022 14:15:19 -0500 Subject: [PATCH] Fix distribution of test data. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index da9a395..8f98918 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,6 +96,8 @@ $(test_decodeindex_OBJECTS): $(gnulib_headers) test_pcxrle_LDADD = src/engine/pcx.lo libupkg.la $(TEST_LIBS) $(test_pcxrle_OBJECTS): $(gnulib_headers) +EXTRA_DIST += tests/data/test0.utx tests/data/hatch2x2.pcx + # Supporting rules for GObject Builder GOB_V = $(GOB_V_@AM_V@) GOB_V_ = $(GOB_V_@AM_DEFAULT_V@) -- 2.43.2