git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@232 96b47cad-a561-4643-ad3b-153ac7d7599c
11 lines
152 B
Makefile
11 lines
152 B
Makefile
pixmapsdir = $(datadir)/pace-gui/
|
|
pixmaps_DATA = \
|
|
OpenPACElogo.png \
|
|
apply.png \
|
|
error.png \
|
|
wait.gif \
|
|
info.png
|
|
|
|
EXTRA_DIST = \
|
|
$(pixmaps_DATA)
|