12 lines
204 B
Makefile
12 lines
204 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/classic/includes
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
init.php \
|
||
|
config.php \
|
||
|
functions.php \
|
||
|
control_functions.php \
|
||
|
export_functions.php \
|
||
|
timeline_functions.php
|