linphone-iphone/pixmaps/Makefile.am
Margaux Clerc e9d61a3e4d new ui improvements more contact oriented :
-integration of the chat window in the main window
	-change of the contact tab
	-change of the appearance of the window call and conference
	-chat messages saved during the time of the execution of the software
2012-12-14 14:41:16 +01:00

23 lines
567 B
Makefile

pixmapdir=$(datadir)/pixmaps/linphone
pixmap_DATA= \
hold_on.png hold_off.png \
mic_muted.png mic_active.png \
linphone.png linphone-banner.png \
status-green.png \
status-orange.png \
status-red.png \
status-offline.png \
call.png \
chat.png \
chat_message_inprogress.png chat_message_delivered.png chat_message_not_delivered.png\
contact-orange.png dialer-orange.png history-orange.png\
startcall-green.png stopcall-red.png addcall-green.png linphone.icns \
contact_starred.png contact_unstarred.png \
speaker.png \
ok.png \
notok.png
EXTRA_DIST=$(pixmap_DATA)