aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-04-17 13:25:27 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 15:47:21 +0200
commit6ab3b7c32a14649b3c224edf43673afd2bef22dc (patch)
treec58cd15dfe2f05644078fbf0a049a85cc2985ded /configure.ac
parent5520616c9d5a94f5e43e363b10b10a09dde4865c (diff)
downloadexternal_libqmi-6ab3b7c32a14649b3c224edf43673afd2bef22dc.zip
external_libqmi-6ab3b7c32a14649b3c224edf43673afd2bef22dc.tar.gz
external_libqmi-6ab3b7c32a14649b3c224edf43673afd2bef22dc.tar.bz2
errors: setup a new QMI core error domain
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 10110ae..1611c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,11 @@ PKG_CHECK_MODULES(LIBQMI_GLIB,
AC_SUBST(LIBQMI_GLIB_CFLAGS)
AC_SUBST(LIBQMI_GLIB_LIBS)
+GLIB_MKENUMS=`pkg-config --variable=glib_mkenums glib-2.0`
+AC_SUBST(GLIB_MKENUMS)
+
AC_CONFIG_FILES([Makefile
+ build-aux/Makefile
src/Makefile])
AC_OUTPUT