9 lines
125 B
Makefile
9 lines
125 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/xml/includes
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
init.php \
|
||
|
config.php \
|
||
|
functions.php
|