diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 16:56:31 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 16:56:31 +0000 |
| commit | 1430fa61856eb2f52e1f59b2fd7cda01f6f0405b (patch) | |
| tree | 6c93f191acf02c3895e0b7ff87fb1998219e7457 /lib/python/Plugins/Extensions/WebInterface/Makefile.am | |
| parent | 73483209d943d04a3299462d2412ff5c3ef32a64 (diff) | |
| download | enigma2-1430fa61856eb2f52e1f59b2fd7cda01f6f0405b.tar.gz enigma2-1430fa61856eb2f52e1f59b2fd7cda01f6f0405b.zip | |
add proof-of-concept web interface
Diffstat (limited to 'lib/python/Plugins/Extensions/WebInterface/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/WebInterface/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/python/Plugins/Extensions/WebInterface/Makefile.am b/lib/python/Plugins/Extensions/WebInterface/Makefile.am index dffb8d07..d3943bd3 100644 --- a/lib/python/Plugins/Extensions/WebInterface/Makefile.am +++ b/lib/python/Plugins/Extensions/WebInterface/Makefile.am @@ -2,6 +2,4 @@ installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/WebInterface install_PYTHON = \ __init__.py \ - plugin.py - -
\ No newline at end of file + plugin.py xmlrpc.py webif.py *.xml |
