blob: f5be2e62741cc171f5cf2d8b30033cf1e2a62cc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#pixmapdir = "$(datadir)/pcsxr"
#pixmap_DATA = \
pcsxr-cd-open.png \
pcsxr-iso-open.png \
pcsxr-iso-reopen.png \
pcsxr-memcard.png \
pcsxr-play.png \
pcsxr-plugin-cdr.png \
pcsxr-plugin-gpu.png \
pcsxr-plugin-pad.png \
pcsxr-plugin-sio1.png \
pcsxr-plugin-spu.png \
pcsxr.png
icondir = "$(datadir)/pixmaps"
icon_DATA = pcsxr-icon.png
EXTRA_DIST = $(pixmap_DATA) $(icon_DATA)
|