18 lines
598 B
Makefile
18 lines
598 B
Makefile
#
|
|
# moo/mooutils/pixmaps/Makefile.incl
|
|
#
|
|
|
|
moopixmaps = $(mooutils)/pixmaps
|
|
|
|
moo_extra_dist += \
|
|
$(moopixmaps)/ggap.png \
|
|
$(moopixmaps)/ggap.ico \
|
|
$(moopixmaps)/gap.png \
|
|
$(moopixmaps)/medit.png \
|
|
$(moopixmaps)/medit.ico \
|
|
$(moopixmaps)/close.png \
|
|
$(moopixmaps)/sticky.png \
|
|
$(moopixmaps)/detach.png \
|
|
$(moopixmaps)/attach.png \
|
|
$(moopixmaps)/keepontop.png
|