Restructured the complete code to make it more modular

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@232 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-07-28 14:25:18 +00:00
parent 177bf430f8
commit 559d5c551c
23 changed files with 1117 additions and 0 deletions

15
eID_gui/src/Makefile.am Normal file
View File

@@ -0,0 +1,15 @@
SUBDIRS = eid
bin_SCRIPTS = eid_gui.py
paceguidir = $(prefix)/bin
uidir = $(datadir)/eid_gui
ui_DATA = pinpad.glade
appdir = $(datadir)/applications/
app_DATA = pace-gui.desktop
EXTRA_DIST = \
$(bin_SCRIPTS) \
$(app_DATA) \
$(ui_DATA)