]> git.draconx.ca Git - upkg.git/blobdiff - Makefile.am
Stop using gnulib's flexmember module.
[upkg.git] / Makefile.am
index da9a3958a78dfc470559acb2ac600a6d222a5516..fa034c3ed5080fd873c951e68a13262db126da61 100644 (file)
@@ -86,7 +86,7 @@ endif
 check_PROGRAMS = test/decodeindex test/pcxrle
 check_LIBRARIES = libtest.a
 
-libtest_a_SOURCES = test/common.c test/common.h
+libtest_a_SOURCES = test/common.c test/common.h common/src/help.c
 $(libtest_a_OBJECTS): $(gnulib_headers)
 
 TEST_LIBS = libtest.a libgnu.la
@@ -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@)