tinyproxy/data/templates/Makefile.am
2020-12-10 16:10:40 -07:00

14 lines
169 B
Makefile

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