mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-05 06:27:46 -05:00
18 lines
228 B
Makefile
18 lines
228 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
webdir = @WEB_PREFIX@/includes
|
|
|
|
web_DATA = \
|
|
config.php
|
|
|
|
dist_web_DATA = \
|
|
actions.php \
|
|
database.php \
|
|
functions.php \
|
|
control_functions.php \
|
|
lang.php \
|
|
logger.php
|
|
|
|
EXTRA_DIST = \
|
|
config.php.in
|