diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-19 02:18:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-19 02:18:28 +0000 |
commit | 7bf803250be75dac62c6e048fa675c93c9093b9a (patch) | |
tree | f84bb33ebc6ba26e2fc2a2b19e9f8e537de61a62 /applications | |
parent | 2d0ead91d7e4a6ccdbf3029baf3aca66a7729b9b (diff) |
build: integrate po files in the build system
Diffstat (limited to 'applications')
23 files changed, 65 insertions, 19 deletions
diff --git a/applications/luci-asterisk/Makefile b/applications/luci-asterisk/Makefile index 81a96f6a8..1b8cf53cd 100644 --- a/applications/luci-asterisk/Makefile +++ b/applications/luci-asterisk/Makefile @@ -1,2 +1,4 @@ +PO = asterisk + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-coovachilli/Makefile b/applications/luci-coovachilli/Makefile index 81a96f6a8..a98ccb847 100644 --- a/applications/luci-coovachilli/Makefile +++ b/applications/luci-coovachilli/Makefile @@ -1,2 +1,4 @@ +PO = coovachilli + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-ddns/Makefile b/applications/luci-ddns/Makefile index 81a96f6a8..3f57d63c6 100644 --- a/applications/luci-ddns/Makefile +++ b/applications/luci-ddns/Makefile @@ -1,2 +1,4 @@ +PO = ddns + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-ffwizard-leipzig/Makefile b/applications/luci-ffwizard-leipzig/Makefile index 81a96f6a8..a4f7c76ef 100644 --- a/applications/luci-ffwizard-leipzig/Makefile +++ b/applications/luci-ffwizard-leipzig/Makefile @@ -1,2 +1,4 @@ +PO = + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-fw/Makefile b/applications/luci-fw/Makefile index 81a96f6a8..87e881d95 100644 --- a/applications/luci-fw/Makefile +++ b/applications/luci-fw/Makefile @@ -1,2 +1,4 @@ +PO = luci-fw + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-hd_idle/Makefile b/applications/luci-hd_idle/Makefile index 81a96f6a8..d70bb8789 100644 --- a/applications/luci-hd_idle/Makefile +++ b/applications/luci-hd_idle/Makefile @@ -1,2 +1,4 @@ +PO = hd_idle + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-initmgr/Makefile b/applications/luci-initmgr/Makefile index 81a96f6a8..5e05cb742 100644 --- a/applications/luci-initmgr/Makefile +++ b/applications/luci-initmgr/Makefile @@ -1,2 +1,4 @@ +PO = initmgr + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-livestats/Makefile b/applications/luci-livestats/Makefile index 81a96f6a8..9ee051cd7 100644 --- a/applications/luci-livestats/Makefile +++ b/applications/luci-livestats/Makefile @@ -1,2 +1,4 @@ +PO = livestats + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-mmc_over_gpio/Makefile b/applications/luci-mmc_over_gpio/Makefile index f7fac7740..3f031cb71 100644 --- a/applications/luci-mmc_over_gpio/Makefile +++ b/applications/luci-mmc_over_gpio/Makefile @@ -1,2 +1,4 @@ +PO = mmc_over_gpio + include ../../build/config.mk include ../../build/module.mk diff --git a/applications/luci-ntpc/Makefile b/applications/luci-ntpc/Makefile index 81a96f6a8..392e8fed1 100644 --- a/applications/luci-ntpc/Makefile +++ b/applications/luci-ntpc/Makefile @@ -1,2 +1,4 @@ +PO = ntpc + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-olsr/Makefile b/applications/luci-olsr/Makefile index 81a96f6a8..119cffc91 100644 --- a/applications/luci-olsr/Makefile +++ b/applications/luci-olsr/Makefile @@ -1,2 +1,4 @@ +PO = olsr + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-openvpn/Makefile b/applications/luci-openvpn/Makefile index 81a96f6a8..f394a8172 100644 --- a/applications/luci-openvpn/Makefile +++ b/applications/luci-openvpn/Makefile @@ -1,2 +1,4 @@ +PO = openvpn + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-p910nd/Makefile b/applications/luci-p910nd/Makefile index f7fac7740..30073fbd5 100644 --- a/applications/luci-p910nd/Makefile +++ b/applications/luci-p910nd/Makefile @@ -1,2 +1,4 @@ +PO = p910nd + include ../../build/config.mk include ../../build/module.mk diff --git a/applications/luci-polipo/Makefile b/applications/luci-polipo/Makefile index f7fac7740..4f5743f44 100644 --- a/applications/luci-polipo/Makefile +++ b/applications/luci-polipo/Makefile @@ -1,2 +1,4 @@ +PO = polipo + include ../../build/config.mk include ../../build/module.mk diff --git a/applications/luci-qos/Makefile b/applications/luci-qos/Makefile index 81a96f6a8..ef79869a3 100644 --- a/applications/luci-qos/Makefile +++ b/applications/luci-qos/Makefile @@ -1,2 +1,4 @@ +PO = qos + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-samba/Makefile b/applications/luci-samba/Makefile index 81a96f6a8..e91079bb0 100644 --- a/applications/luci-samba/Makefile +++ b/applications/luci-samba/Makefile @@ -1,2 +1,4 @@ +PO = samba + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-siitwizard/Makefile b/applications/luci-siitwizard/Makefile index 81a96f6a8..a4f7c76ef 100644 --- a/applications/luci-siitwizard/Makefile +++ b/applications/luci-siitwizard/Makefile @@ -1,2 +1,4 @@ +PO = + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-splash/Makefile b/applications/luci-splash/Makefile index 81a96f6a8..a4f7c76ef 100644 --- a/applications/luci-splash/Makefile +++ b/applications/luci-splash/Makefile @@ -1,2 +1,4 @@ +PO = + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-statistics/Makefile b/applications/luci-statistics/Makefile index 81a96f6a8..ff3d67021 100644 --- a/applications/luci-statistics/Makefile +++ b/applications/luci-statistics/Makefile @@ -1,2 +1,4 @@ +PO = statistics rrdtool + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-tinyproxy/Makefile b/applications/luci-tinyproxy/Makefile index 81a96f6a8..0123c164b 100644 --- a/applications/luci-tinyproxy/Makefile +++ b/applications/luci-tinyproxy/Makefile @@ -1,2 +1,4 @@ +PO = tinyproxy + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-upnp/Makefile b/applications/luci-upnp/Makefile index 81a96f6a8..2f850c618 100644 --- a/applications/luci-upnp/Makefile +++ b/applications/luci-upnp/Makefile @@ -1,2 +1,4 @@ +PO = upnp + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk diff --git a/applications/luci-ushare/Makefile b/applications/luci-ushare/Makefile index f7fac7740..9b0a6e4ab 100644 --- a/applications/luci-ushare/Makefile +++ b/applications/luci-ushare/Makefile @@ -1,2 +1,4 @@ +PO = ushare + include ../../build/config.mk include ../../build/module.mk diff --git a/applications/luci-uvc_streamer/Makefile b/applications/luci-uvc_streamer/Makefile index 81a96f6a8..eb78c9382 100644 --- a/applications/luci-uvc_streamer/Makefile +++ b/applications/luci-uvc_streamer/Makefile @@ -1,2 +1,4 @@ +PO = uvc_streamer + include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file +include ../../build/module.mk |