15 lines
158 B
Makefile
15 lines
158 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/mobile
|
||
|
|
||
|
SUBDIRS = \
|
||
|
ajax \
|
||
|
css \
|
||
|
graphics \
|
||
|
includes \
|
||
|
lang \
|
||
|
views
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
skin.php
|