install external bindings
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 24 Feb 2009 13:28:41 +0000 (13:28 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 24 Feb 2009 13:28:41 +0000 (13:28 +0000)
configure.ac
webinterface/src/WebChilds/External/Makefile.am [new file with mode: 0755]
webinterface/src/WebChilds/Makefile.am

index 62c61fb..60543bc 100644 (file)
@@ -38,6 +38,7 @@ webinterface/src/Makefile
 webinterface/src/web/Makefile
 webinterface/src/web/wap/Makefile
 webinterface/src/WebChilds/Makefile
+webinterface/src/WebChilds/External/Makefile
 webinterface/src/WebComponents/Makefile
 webinterface/src/WebComponents/Converter/Makefile
 webinterface/src/WebComponents/Sources/Makefile
diff --git a/webinterface/src/WebChilds/External/Makefile.am b/webinterface/src/WebChilds/External/Makefile.am
new file mode 100755 (executable)
index 0000000..a669979
--- /dev/null
@@ -0,0 +1,3 @@
+installdir = /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebChilds/External/
+
+install_PYTHON = *.py
index 6bf9b62..f71a965 100755 (executable)
@@ -1,3 +1,5 @@
+SUBDIRS = External
+
 installdir = /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebChilds/
 
 install_PYTHON = *.py