11 lines
117 B
Makefile
11 lines
117 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/xml
|
||
|
|
||
|
SUBDIRS = \
|
||
|
includes \
|
||
|
views
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
skin.php
|