diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-10 02:09:46 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-10 02:09:46 +0000 |
| commit | ce7847e4311c165e5441ac2dbb0d9cdbe95b68b9 (patch) | |
| tree | e5f89e761dc8eb05595e29940c040116e4ae9010 /lib/python | |
| parent | 21b6d1de63ab0a7f66a9cf6b72c628375c712bc9 (diff) | |
| download | enigma2-ce7847e4311c165e5441ac2dbb0d9cdbe95b68b9.tar.gz enigma2-ce7847e4311c165e5441ac2dbb0d9cdbe95b68b9.zip | |
add makefile
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am b/lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am new file mode 100644 index 00000000..d35d7f5a --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SkinSelector + +install_PYTHON = \ + __init__.py \ + plugin.py |
