mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-27 07:28:49 -05:00
20 lines
257 B
Makefile
20 lines
257 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
webdir = @WEB_PREFIX@/includes
|
|
|
|
web_DATA = \
|
|
config.php
|
|
|
|
dist_web_DATA = \
|
|
Monitor.php \
|
|
Server.php \
|
|
actions.php \
|
|
database.php \
|
|
functions.php \
|
|
control_functions.php \
|
|
lang.php \
|
|
logger.php
|
|
|
|
EXTRA_DIST = \
|
|
config.php.in
|