commit 6c8d77541e7fd745bae7bbb3790a7bc3b074d318 from: Thomas Adam date: Tue Aug 29 16:37:15 2023 UTC portable: gotd: fix dist file inclusion When running 'make dist', include the correct chroot-*.c file. commit - 8dafd5874fb5bfc195ebf7ecae8dd84bd14e852c commit + 6c8d77541e7fd745bae7bbb3790a7bc3b074d318 blob - 48c4a7682ccaa4839186ef9c9f12418cd94c8ddf blob + e0108d23a1f6d0de371ab035f87e4e97f47b2728 --- gotd/Makefile.am +++ gotd/Makefile.am @@ -52,9 +52,9 @@ gotd_SOURCES = gotd.c \ $(top_srcdir)/lib/sigs.c if !HOST_OPENBSD -nodist_gotd_SOURCES = chroot-notobsd.c +gotd_SOURCES += chroot-notobsd.c else -nodist_gotd_SOURCES = chroot-openbsd.c +gotd_SOURCES += chroot-openbsd.c endif gotd_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a