aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-05-09 20:29:21 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:53 +0200
commit4c17c33edd7e4dc8aac4e84371d8a6e8e19a4ce1 (patch)
tree6e452d0a344b2c561b94b5af3cd4762fa193fabe /configure.ac
parentc04af51eb260708cd36ed2cc7a97084da7d51e90 (diff)
codegen: new `qmi-codegen' build utility
It will try to generate message creator/parsers from a manually maintained JSON-encoded database.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4196026..f1c1f78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,6 +48,7 @@ AC_SUBST(GLIB_MKENUMS)
AC_CONFIG_FILES([Makefile
build-aux/Makefile
build-aux/templates/Makefile
+ build-aux/qmi-codegen/Makefile
src/Makefile
cli/Makefile
utils/Makefile])