12 lines
149 B
Makefile
12 lines
149 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
SUBDIRS =
|
||
|
|
||
|
webdir = @WEB_PREFIX@/skins/xml/views
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
console.php \
|
||
|
actions.php \
|
||
|
none.php \
|
||
|
notfound.png
|