aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-06 10:55:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-06 10:55:57 +0100
commitd47380fd0384562880b5f259863f749c7e17b4cf (patch)
treec020300fed1bd791de545a6b828c014b52ac205e /lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am
parentda5e581c17f5e19d38c31d8b2c01b29fdd37fe78 (diff)
parentb51121c52b6798d3edbf951d830c5de072d36b38 (diff)
downloadenigma2-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-xlib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am12
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