tinyproxy/data/templates/Makefile.am
2009-09-13 04:08:06 +05:30

13 lines
150 B
Makefile

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