mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
pixmapsdir = $(datadir)/pixmaps/guake
|
|
pixmaps_DATA = \
|
|
add_tab.png \
|
|
add_tab.svg \
|
|
close.svg \
|
|
guake.png \
|
|
guake.svg \
|
|
statusicon_out.png \
|
|
statusicon_over.png \
|
|
tabdown.svg \
|
|
tabup.svg
|
|
|
|
|
|
EXTRA_DIST = $(pixmaps_DATA)
|