9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
webdir = @WEB_PREFIX@/graphics
|
||
|
|
||
|
dist_web_DATA = \
|
||
|
favicon.ico \
|
||
|
spinner.gif \
|
||
|
transparent.gif
|