diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-04-09 15:21:13 +0200 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-10-06 10:58:14 +0200 |
| commit | 77dc369c56e6995d1aeda3c7b686ed675534ec90 (patch) | |
| tree | a4d7e1e989804e03fb637baf204d93f8b1d78506 /lib/python/Plugins/Makefile.am | |
| parent | be8ccc9f63c4cd79f8dba84087c7348c23657865 (diff) | |
| download | enigma2-77dc369c56e6995d1aeda3c7b686ed675534ec90.tar.gz enigma2-77dc369c56e6995d1aeda3c7b686ed675534ec90.zip | |
fixes bug #467
add tpm interface to enigma 2
introduce a demo plugin for tpm usage in plugins to validate running on dream multimedia hardware to be used in plugins (see doc/TPM for further information)
Diffstat (limited to 'lib/python/Plugins/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am index f0435036..79d2b0b6 100644 --- a/lib/python/Plugins/Makefile.am +++ b/lib/python/Plugins/Makefile.am @@ -4,3 +4,4 @@ SUBDIRS = Extensions SystemPlugins DemoPlugins install_PYTHON = \ __init__.py Plugin.py + |
