10 lines
106 B
Makefile
10 lines
106 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/xml
|
||
|
|
||
|
SUBDIRS = \
|
||
|
includes \
|
||
|
views
|
||
|
|
||
|
dist_web_DATA =
|