From 86ffb2c4f455a576c9524b0aed6a06615fe98395 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Tue, 24 Feb 2009 13:28:41 +0000 Subject: [PATCH] install external bindings --- configure.ac | 1 + webinterface/src/WebChilds/External/Makefile.am | 3 +++ webinterface/src/WebChilds/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) create mode 100755 webinterface/src/WebChilds/External/Makefile.am diff --git a/configure.ac b/configure.ac index 62c61fb..60543bc 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..a669979 --- /dev/null +++ b/webinterface/src/WebChilds/External/Makefile.am @@ -0,0 +1,3 @@ +installdir = /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebChilds/External/ + +install_PYTHON = *.py diff --git a/webinterface/src/WebChilds/Makefile.am b/webinterface/src/WebChilds/Makefile.am index 6bf9b62..f71a965 100755 --- a/webinterface/src/WebChilds/Makefile.am +++ b/webinterface/src/WebChilds/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = External + installdir = /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebChilds/ install_PYTHON = *.py -- 2.7.4