tinyproxy/data/templates/Makefile.am
Pat Riehecky 749e12faa0 Add OpenMetrics compatible endpoint
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
2023-07-25 16:33:52 -05:00

14 lines
161 B
Makefile

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