commit 5518bc7b0d88e0fc9551e96e18fa2f0e93747ccf from: Omar Polo date: Fri Jan 06 09:22:50 2023 UTC portable: gotwebd: add tmpl.h to gotwebd_SOURCES unbreaks `make dist' commit - d2a5fcbb4ec0124558be0b186425e9271756d9ee commit + 5518bc7b0d88e0fc9551e96e18fa2f0e93747ccf blob - a49f3ce3dbfa1af8e9f1a057a08b54b718de3a48 blob + f6e8dcd45ab68e551e2a26efd5d277a2cd717f25 --- gotwebd/Makefile.am +++ gotwebd/Makefile.am @@ -58,6 +58,7 @@ 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 \