aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/test/Makefile.am
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-19 02:18:21 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-19 02:18:21 +0000
commit85f5c84f1e3e4d22fb1939751d39de03877b93d8 (patch)
tree6c98fa2f78e0c89e46d2d2bc445698a715745986 /lib/python/Plugins/test/Makefile.am
parentd76847392ff5cd26bc154f6c135310644c5c1d08 (diff)
downloadenigma2-85f5c84f1e3e4d22fb1939751d39de03877b93d8.tar.gz
enigma2-85f5c84f1e3e4d22fb1939751d39de03877b93d8.zip
add a small text input component
Diffstat (limited to 'lib/python/Plugins/test/Makefile.am')
-rw-r--r--lib/python/Plugins/test/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Plugins/test/Makefile.am b/lib/python/Plugins/test/Makefile.am
new file mode 100644
index 00000000..c841c49f
--- /dev/null
+++ b/lib/python/Plugins/test/Makefile.am
@@ -0,0 +1,6 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/test
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py
+