From 80a1ea6e6e524f2f49f0fc2d0884b08261bae73b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 16 Jun 2010 17:55:39 +0200 Subject: [plot] add plot web demo Signed-off-by: Michael Olbrich --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 136bc56..5461f87 100644 --- a/configure.ac +++ b/configure.ac @@ -71,12 +71,15 @@ AC_CONFIG_FILES([ web-gui/live/config.json web-gui/logging/Makefile web-gui/logging/config.json + web-gui/plot/Makefile + web-gui/plot/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_CONFIG_FILES([web-gui/logging/generate.py],[chmod +x web-gui/logging/generate.py]) +AC_CONFIG_FILES([web-gui/plot/generate.py],[chmod +x web-gui/plot/generate.py]) AC_CONFIG_COMMANDS([services/qt4/dbus-info-service/Makefile], [(cd services/qt4/dbus-info-service && $QMAKE ../../../${srcdir}/services/qt4/dbus-info-service/dbus-info-service.pro)]) AC_OUTPUT -- cgit v1.2.3