diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-06 10:55:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-06 10:55:57 +0100 |
| commit | d47380fd0384562880b5f259863f749c7e17b4cf (patch) | |
| tree | c020300fed1bd791de545a6b828c014b52ac205e /lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am | |
| parent | da5e581c17f5e19d38c31d8b2c01b29fdd37fe78 (diff) | |
| parent | b51121c52b6798d3edbf951d830c5de072d36b38 (diff) | |
| download | enigma2-d47380fd0384562880b5f259863f749c7e17b4cf.tar.gz enigma2-d47380fd0384562880b5f259863f749c7e17b4cf.zip | |
Merge branch 'experimental' of git://git.opendreambox.org/git/acidburn/enigma2 into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am b/lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am new file mode 100755 index 00000000..2a71bb2d --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am @@ -0,0 +1,12 @@ +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/NetworkWizard
+
+SUBDIRS = meta
+
+install_PYTHON = \
+ __init__.py \
+ NetworkWizard.py \
+ plugin.py
+
+dist_install_DATA = \
+ LICENSE \
+ networkwizard.xml
\ No newline at end of file |
