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 /configure.ac | |
| 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 'configure.ac')
| -rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9a616220..35fad779 100755 --- a/configure.ac +++ b/configure.ac @@ -118,6 +118,7 @@ lib/python/Components/Sources/Makefile lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/DemoPlugins/Makefile +lib/python/Plugins/DemoPlugins/TPMDemo/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/CutListEditor/meta/Makefile |
