aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@gnu.org>2011-08-17 18:14:26 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:25 +0100
commit8f450d82b6c18b814c86b23e9cd44394be2a1a55 (patch)
tree95f7cd5ecc4af76c36ff55fbeb5eefe23fc187af /configure.ac
parent40b31d5a2702503108efd9864796298e7cf56caa (diff)
cli: initial cli implementation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60f7d105..c38de115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,13 @@ PKG_CHECK_MODULES(LIBMM,
AC_SUBST(LIBMM_CFLAGS)
AC_SUBST(LIBMM_LIBS)
+PKG_CHECK_MODULES(MMCLI,
+ glib-2.0 >= 2.30
+ gobject-2.0
+ gio-2.0)
+AC_SUBST(MMCLI_CFLAGS)
+AC_SUBST(LIBMM_LIBS)
+
PKG_CHECK_MODULES(GUDEV, gudev-1.0)
AC_SUBST(GUDEV_CFLAGS)
AC_SUBST(GUDEV_LIBS)
@@ -203,6 +210,7 @@ docs/reference/Makefile
docs/reference/api/Makefile
docs/reference/api/version.xml
libmm-glib/Makefile
+cli/Makefile
])
AC_OUTPUT