Added installation of logo and desktop entry
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@139 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1 +1 @@
|
||||
SUBDIRS = src
|
||||
SUBDIRS = src images
|
||||
|
||||
@@ -24,5 +24,7 @@ AC_SUBST(PYGTK_LIBS)
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
src/Makefile
|
||||
src/pinpad_globals.py])
|
||||
src/pinpad_globals.py
|
||||
src/pace-gui.desktop
|
||||
images/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
6
pace-gui/images/Makefile.am
Normal file
6
pace-gui/images/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
pixmapsdir = $(datadir)/pixmaps
|
||||
pixmaps_DATA = \
|
||||
OpenPACElogo.png
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(pixmaps_DATA)
|
||||
BIN
pace-gui/images/OpenPACElogo.png
Normal file
BIN
pace-gui/images/OpenPACElogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -8,6 +8,9 @@ pinpad_PYTHON = \
|
||||
uidir = $(datadir)/pinpad
|
||||
ui_DATA = pinpad.glade
|
||||
|
||||
appdir = $(datadir)/applications/
|
||||
app_DATA = pace-gui.desktop
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(bin_SCRIPTS) \
|
||||
$(pinpad_PYTHON) \
|
||||
|
||||
Reference in New Issue
Block a user