commit 2ee1d31001feed71783d443b0c84e03edd5f4851 from: Thomas Adam date: Fri Jan 06 09:26:18 2023 UTC portable: move tmpl.h to EXTRA_DIST This header isn't needed for direct compilation, but should be included as part of the main tarball. commit - 5518bc7b0d88e0fc9551e96e18fa2f0e93747ccf commit + 2ee1d31001feed71783d443b0c84e03edd5f4851 blob - f6e8dcd45ab68e551e2a26efd5d277a2cd717f25 blob + 814e2b63d1f4af6a1817a3a27301368e080cb4b1 --- gotwebd/Makefile.am +++ gotwebd/Makefile.am @@ -58,7 +58,6 @@ gotwebd_SOURCES = config.c \ $(top_srcdir)/lib/worktree.c \ $(top_srcdir)/lib/worktree_open.c \ $(top_srcdir)/template/tmpl.c \ - $(top_srcdir)/template/tmpl.h \ fcgi.c \ got_operations.c \ gotweb.c \ @@ -76,6 +75,7 @@ endif gotwebd_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a EXTRA_DIST = $(top_srcdir)/gotwebd/*.h \ + $(top_srcdir)/template/tmpl.h \ gotwebd.8 gotwebd.conf.5 man5_MANS = gotwebd.conf.5