Renamed pinpad.py to pace-gui.py and pinpad_globals.py to pace-gui-globals.py

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@188 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-07-01 11:31:55 +00:00
parent 58172a0971
commit 1e7a3d504b
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT(pinpad, 0.2, oepen@informatik.hu-berlin.de)
AC_INIT(pace-gui, 0.2, oepen@informatik.hu-berlin.de)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
@@ -24,7 +24,7 @@ AC_SUBST(PYGTK_LIBS)
AC_CONFIG_FILES([Makefile
src/Makefile
src/pinpad_globals.py
src/pace-gui-globals.py
src/pace-gui.desktop
images/Makefile])
AC_OUTPUT

View File

@@ -1,4 +1,4 @@
bin_SCRIPTS = pinpad.py
bin_SCRIPTS = pace-gui.py
pinpaddir = $(prefix)/bin