diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-11-06 08:49:12 +0100 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-11-06 08:49:12 +0100 |
| commit | 3b50bda73c2dbc9038376a0d70d47343589f7fea (patch) | |
| tree | 3e25e46964597b3fa4563b50a57236ef42e2c4bf /lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am | |
| parent | aaeba87c8ee1b528dc9660dab9c6980155e878d4 (diff) | |
| download | enigma2-3b50bda73c2dbc9038376a0d70d47343589f7fea.tar.gz enigma2-3b50bda73c2dbc9038376a0d70d47343589f7fea.zip | |
Enigma2-SystemPlugins: -move NetworkWizard and WirelessLan Plugins into Enigma2 git repo. This fixes bug #140
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am b/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am new file mode 100755 index 00000000..365372c2 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am @@ -0,0 +1,13 @@ +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/WirelessLan + +#SUBDIRS = meta + +install_PYTHON = \ + __init__.py \ + flags.py \ + iwlibs.py \ + plugin.py \ + Wlan.py + +dist_install_DATA = \ + LICENSE |
