mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-22 07:43:09 -04:00
Conflicts: Makefile.am misc/Makefile.am src/Makefile.am web/includes/Makefile.am web/js/Makefile.am web/skins/classic/css/classic/views/Makefile.am web/skins/classic/css/flat/views/Makefile.am web/skins/classic/views/Makefile.am web/skins/classic/views/js/Makefile.am
22 lines
285 B
Makefile
22 lines
285 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
webdir = @WEB_PREFIX@/includes
|
|
|
|
web_DATA = \
|
|
config.php
|
|
|
|
dist_web_DATA = \
|
|
Event.php \
|
|
Monitor.php \
|
|
Server.php \
|
|
Storage.php \
|
|
actions.php \
|
|
database.php \
|
|
functions.php \
|
|
control_functions.php \
|
|
lang.php \
|
|
logger.php
|
|
|
|
EXTRA_DIST = \
|
|
config.php.in
|