9 lines
121 B
Makefile
9 lines
121 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/js
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
logger.js \
|
||
|
overlay.js \
|
||
|
mootools.ext.js
|