tinyproxy/data/templates/Makefile.am
2022-12-15 08:38:46 +01:00

14 lines
169 B
Makefile

templatesdir = $(pkgdatadir)
TEMPLATES = \
debug.html \
default.html \
stats.html \
stats-json.html
templates_DATA = \
$(TEMPLATES)
EXTRA_DIST = \
$(TEMPLATES)