diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-26 21:08:21 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:25 +0100 |
commit | ba0e4ca88ef947df11fe2a095cc16671402fdf93 (patch) | |
tree | 4e19d9a4137ac8b9db8ce0e50e6961b175196e65 /configure.ac | |
parent | c58db4e015c1d6aeccccb167f7f2f68c211a3b86 (diff) |
libmm-glib: setup build of the libmm-glib library
The library will contain a small layer of code on top of the proxies and object
manager client generated by gdbus-codegen. Therefore, the headers auto-generated
from the DBus introspection XMLs need to be distributed along with the
libmm-glib specific headers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 036b6461..60f7d105 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,13 @@ PKG_CHECK_MODULES(MM, AC_SUBST(MM_CFLAGS) AC_SUBST(MM_LIBS) +PKG_CHECK_MODULES(LIBMM, + glib-2.0 >= 2.30 + gobject-2.0 + gio-2.0) +AC_SUBST(LIBMM_CFLAGS) +AC_SUBST(LIBMM_LIBS) + PKG_CHECK_MODULES(GUDEV, gudev-1.0) AC_SUBST(GUDEV_CFLAGS) AC_SUBST(GUDEV_LIBS) @@ -195,6 +202,7 @@ docs/man/modem-manager.8 docs/reference/Makefile docs/reference/api/Makefile docs/reference/api/version.xml +libmm-glib/Makefile ]) AC_OUTPUT |