paivana

HTTP paywall reverse proxy
Log | Files | Refs | README | LICENSE

commit 40c0f3716ef543348e8778381db28656feaf4574
parent fa5ffd38bccd26f42466080ad9d073a092fa80eb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Nov 2025 00:27:02 +0100

expand build system to install resource file

Diffstat:
MMakefile.am | 2+-
Mconfigure.ac | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,7 +1,7 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = . src doc +SUBDIRS = . contrib doc src ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ diff --git a/configure.ac b/configure.ac @@ -333,6 +333,7 @@ AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"]) AC_CONFIG_FILES([Makefile + contrib/Makefile doc/Makefile src/Makefile src/include/Makefile