11 lines
301 B
Makefile
11 lines
301 B
Makefile
EXTRA_DIST=angel.conf lighttpd.conf mimetypes.conf service systemd \
|
|
default.html create-mimetypes.conf.pl
|
|
|
|
# see src/modules/Makefile.am
|
|
luadir = $(datarootdir)/lighttpd2/lua
|
|
dist_lua_DATA = core__cached_html.lua \
|
|
core.lua \
|
|
core__xsendfile.lua \
|
|
secdownload.lua \
|
|
secdownload__secdownload.lua
|