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:
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.64])
|
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
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ AC_SUBST(PYGTK_LIBS)
|
|||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/pinpad_globals.py
|
src/pace-gui-globals.py
|
||||||
src/pace-gui.desktop
|
src/pace-gui.desktop
|
||||||
images/Makefile])
|
images/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
bin_SCRIPTS = pinpad.py
|
bin_SCRIPTS = pace-gui.py
|
||||||
|
|
||||||
pinpaddir = $(prefix)/bin
|
pinpaddir = $(prefix)/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user