commit 732c70f595eef7db741177f2dfd61b8bd27f156e from: Thomas Adam date: Thu Jul 21 13:54:19 2022 UTC portable: gotwebd: add headers to EXTRA_DIST Add the header files under gotwebd to EXTRA_DIST so that they're included in the distribution tarball. commit - ce0dfd3bb62113357893729a2c93fad0f82467da commit + 732c70f595eef7db741177f2dfd61b8bd27f156e blob - c01b6b26c3efb3e67767d7f6011240f5356eab38 blob + d3effa5d26df2da9b48681c1e302195ca6731d4e --- gotwebd/Makefile.am +++ gotwebd/Makefile.am @@ -56,7 +56,8 @@ gotwebd_SOURCES = config.c \ $(top_srcdir)/lib/worktree_open.c gotwebd_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a -EXTRA_DIST = gotwebd.8 gotwebd.conf.5 +EXTRA_DIST = $(top_srcdir)/gotwebd/*.h \ + gotwebd.8 gotwebd.conf.5 man5_MANS = gotwebd.conf.5 man8_MANS = gotwebd.8