summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-02 18:20:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-02 18:25:04 +0200
commitc60d54e06ed08498e9a50ea2aaff68a0646544bc (patch)
tree753ab506c9d4f5c08d3c7a5cf20787369f23ee21 /configure.ac
parentb1c4d9c1d461e1f14498b81fd4c69a45dbddf8da (diff)
downloadjson-dbus-bridge-examples-c60d54e06ed08498e9a50ea2aaff68a0646544bc.tar.gz
json-dbus-bridge-examples-c60d54e06ed08498e9a50ea2aaff68a0646544bc.tar.xz
[web-gui] add calculator example
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cea1cb2..a9b0def 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,10 +44,12 @@ AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
AC_CONFIG_FILES([
Makefile
+ lighttpd/lighttpd.conf
web-gui/Makefile
web-gui/hello-world/Makefile
- lighttpd/lighttpd.conf
web-gui/hello-world/config.json
+ web-gui/calculator/Makefile
+ web-gui/calculator/config.json
])
AC_CONFIG_FILES([run.sh],[chmod +x run.sh])