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
|