aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-03 17:56:03 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-03 17:56:03 +0100
commit0cb206d2c07cb9e4130e13234e3fd59b127421a8 (patch)
tree07bcbcc638a6012d32b0574531cf0bd8304484ae /lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile.am
parent99a717e9813eab30cd34f5da6f4a5ab6e791dc1f (diff)
parente9272c492c7a3c7fd8a1225a4baa6bee2a02eea8 (diff)
downloadenigma2-0cb206d2c07cb9e4130e13234e3fd59b127421a8.tar.gz
enigma2-0cb206d2c07cb9e4130e13234e3fd59b127421a8.zip
Merge branch 'master' into bug_245_record_playback_fixes
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