10 lines
153 B
Makefile
10 lines
153 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/mobile/includes
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
init.php \
|
||
|
config.php \
|
||
|
functions.php \
|
||
|
control_functions.php
|