diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-13 15:11:21 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-13 15:11:21 +0100 |
| commit | 935c5f9abeb0d6189c57f8406855d8437db8b0db (patch) | |
| tree | 1fdce1e69db6448fc8332f9e656868902ca40d1b /lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am | |
| parent | 09dca95c63c7c9df2ccf08332f11b69673156e5b (diff) | |
| parent | da0da334b1314329d7d1f294d8df59acf66ac0d0 (diff) | |
| download | enigma2-935c5f9abeb0d6189c57f8406855d8437db8b0db.tar.gz enigma2-935c5f9abeb0d6189c57f8406855d8437db8b0db.zip | |
Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am new file mode 100755 index 00000000..f94498f5 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -0,0 +1,12 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareManager + +install_PYTHON = \ + __init__.py \ + plugin.py \ + BackupRestore.py \ + ImageWizard.py \ + imagewizard.xml \ + *.png + +install_DATA = LICENSE + |
