11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/includes
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
actions.php \
|
||
|
config.php \
|
||
|
database.php \
|
||
|
functions.php \
|
||
|
lang.php
|