voting/vote/Makefile.am
Bradley M. Kuhn 80c0efa2d9 Create a verification page,
so that voters can see how they voted online before the election actually
ends.
2014-02-09 17:24:32 -05:00

18 lines
247 B
Makefile

SUBDIRS = 2013
urlpath = /vote
page_SCRIPTS = \
index.html \
index.php \
results.php \
votes.php \
vote.php \
verify.php \
overview.html \
blt.php
page_DATA = \
vote.css
include $(top_srcdir)/rules.common