summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-16 15:33:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-16 16:56:22 +0200
commita3cb2d540dda9c5738afd3f11e37e5cfcbccca8a (patch)
treeb2e1d734fcaffa7529947259b89c16664d706f65 /configure.ac
parentaa026f8383279e80d8947452efa51886524cd10e (diff)
downloadjson-dbus-bridge-examples-a3cb2d540dda9c5738afd3f11e37e5cfcbccca8a.tar.gz
json-dbus-bridge-examples-a3cb2d540dda9c5738afd3f11e37e5cfcbccca8a.tar.xz
[live] new demo application
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8f896aa..46d7c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,10 +54,13 @@ AC_CONFIG_FILES([
web-gui/hello-world/config.json
web-gui/calculator/Makefile
web-gui/calculator/config.json
+ web-gui/live/Makefile
+ web-gui/live/config.json
])
AC_CONFIG_FILES([run.sh],[chmod +x run.sh])
AC_CONFIG_FILES([web-gui/hello-world/generate.py],[chmod +x web-gui/hello-world/generate.py])
AC_CONFIG_FILES([web-gui/calculator/generate.py],[chmod +x web-gui/calculator/generate.py])
+AC_CONFIG_FILES([web-gui/live/generate.py],[chmod +x web-gui/live/generate.py])
AC_OUTPUT