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-04-09 19:17:57 +0200 |
| commit | 4007630dac238cccbfddd2ededa484f8fb14eb7c (patch) | |
| tree | bff0f636cbba2245ca13cdcce9f377a8798358e7 /lib/python/Plugins/DemoPlugins/Makefile.am | |
| parent | 76250cdc36d0f0e84505d5654066229b846f035f (diff) | |
| download | enigma2-4007630dac238cccbfddd2ededa484f8fb14eb7c.tar.gz enigma2-4007630dac238cccbfddd2ededa484f8fb14eb7c.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/DemoPlugins/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/DemoPlugins/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/python/Plugins/DemoPlugins/Makefile.am b/lib/python/Plugins/DemoPlugins/Makefile.am index aace17cc..9e16bfc1 100755 --- a/lib/python/Plugins/DemoPlugins/Makefile.am +++ b/lib/python/Plugins/DemoPlugins/Makefile.am @@ -1,6 +1,8 @@ installdir = $(pkglibdir)/python/Plugins/DemoPlugins -SUBDIRS = TestPlugin +SUBDIRS = TestPlugin TPMDemo install_PYTHON = \ - __init__.py
\ No newline at end of file + __init__.py + +
\ No newline at end of file |
