From ce7847e4311c165e5441ac2dbb0d9cdbe95b68b9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 10 Oct 2006 02:09:46 +0000 Subject: [PATCH] add makefile --- lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/python/Plugins/SystemPlugins/SkinSelector/Makefile.am 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 -- 2.30.2