forked from mirrors/linphone-iphone
17 lines
425 B
Makefile
17 lines
425 B
Makefile
|
|
|
|
pixmapdir=$(datadir)/pixmaps/linphone
|
|
|
|
pixmap_DATA= \
|
|
hold_on.png hold_off.png \
|
|
mic_muted.png mic_active.png \
|
|
linphone-3-250x130.png linphone-3.png linphone2-57x57.png \
|
|
linphone.png linphone-banner.png \
|
|
status-green.png \
|
|
status-orange.png \
|
|
status-red.png \
|
|
status-offline.png \
|
|
contact-orange.png dialer-orange.png history-orange.png\
|
|
startcall-green.png stopcall-red.png addcall-green.png
|
|
|
|
EXTRA_DIST=$(pixmap_DATA)
|