tinyproxy/data/templates/Makefile.am
2020-12-12 09:06:55 -07:00

14 lines
168 B
Makefile

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