X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/26e9c015ce57db05d46a3750ec6d52064ebc3ecb..HEAD:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 63f1023..377ca02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ -# Copyright © 2015, 2019, 2021-2023 Nick Bowler +# Copyright © 2015, 2019, 2021-2024 Nick Bowler # -# License WTFPL2: Do What The Fuck You Want To Public License, version 2. -# This is free software: you are free to do what the fuck you want to. +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. ACLOCAL_AMFLAGS = -I m4 @@ -9,9 +9,10 @@ ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -I$(top_srcdir)/src $(STUB_INCLUDES) EXTRA_DIST = scripts/fix-gnulib.pl scripts/fix-ltdl.pl \ - 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 \ + 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/getline.h src/help.h \ + src/pack.h 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 @@ -23,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 @@ -59,6 +60,9 @@ libnlscopysym_a_SOURCES = src/copysym.c libnlscopysym_a_CPPFLAGS = $(AM_CPPFLAGS) -DENABLE_NLS libnlscopysym_a_SHORTNAME = nls +check_PROGRAMS += t/getline +t_getline_SOURCES = t/getline.c src/tap.c + DISTCLEANFILES = SUFFIXES =