diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-13 02:11:35 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-13 02:11:35 +0000 |
| commit | 1765b986c8fde9e657d26d3f412e8017ea4c6136 (patch) | |
| tree | 8a43dddbbe02985a759d64677102ab20cd7cf8f3 | |
| parent | 11ea75ea8a760d6043e4472b28372741faea6197 (diff) | |
| download | enigma2-1765b986c8fde9e657d26d3f412e8017ea4c6136.tar.gz enigma2-1765b986c8fde9e657d26d3f412e8017ea4c6136.zip | |
add web makefiles
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | lib/python/Plugins/Makefile.am | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 07e9cb74..6416d307 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/update/Makefile lib/python/Plugins/tuxboxplugins/Makefile +lib/python/Plugins/web/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am index 24ee23da..01f21d4e 100644 --- a/lib/python/Plugins/Makefile.am +++ b/lib/python/Plugins/Makefile.am @@ -1,8 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Plugins -SUBDIRS = update tuxboxplugins +SUBDIRS = update tuxboxplugins web install_PYTHON = \ __init__.py - - |
