aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f802dd36..cba00dce 100644
--- a/configure.in
+++ b/configure.in
@@ -23,6 +23,9 @@ else
fi
AC_SUBST(DBUS_SYS_DIR)
+GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
+AC_SUBST(GLIB_GENMARSHAL)
+
AC_ARG_WITH(docs, AC_HELP_STRING([--with-docs], [Build ModemManager documentation]))
AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes")
case $with_docs in
@@ -34,6 +37,7 @@ esac
AC_CONFIG_FILES([
Makefile
+marshallers/Makefile
src/Makefile
plugins/Makefile
test/Makefile