]> git.draconx.ca Git - dxcommon.git/blobdiff - Makefile.am
DX_C_ALIGNAS: Work around bash-5 parsing bug.
[dxcommon.git] / Makefile.am
index f811cde03e642632738d928f9d4725fe58b0aa92..be7305626f439b1dadd906283ad4580a28793e7d 100644 (file)
@@ -12,8 +12,8 @@ EXTRA_DIST = scripts/fix-gnulib.pl scripts/fix-ltdl.pl \
              scripts/bake-config.awk scripts/gen-options.awk \
              scripts/gen-strtab.awk scripts/gen-tree.awk scripts/join.awk \
              scripts/pe-subsys.awk src/copysym.h src/help.h src/pack.h \
-             src/tap.h t/getopt/getopt.h t/nls/gettext.h t/nls/mbswidth.h \
-             tests/data/gnulib.mk
+             src/tap.h t/tapcheck.sh t/getopt/getopt.h t/nls/gettext.h \
+             t/nls/mbswidth.h tests/data/gnulib.mk
 
 check_LIBRARIES = t/libdummy.a t/libempty.a
 
@@ -24,7 +24,7 @@ t_packtests_SOURCES = t/packtests.c src/pack.c src/tap.c
 t_packtestu64_SOURCES = t/packtestu64.c src/pack.c src/tap.c
 t_packtests64_SOURCES = t/packtests64.c src/pack.c src/tap.c
 
-check_PROGRAMS += t/helpdesc t/helpopt t/helpopt2
+check_PROGRAMS += t/printfchk t/helpdesc t/helpopt t/helpopt2
 if HAVE_WCWIDTH
 check_PROGRAMS += t/helpopt3
 endif