diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-20 17:38:38 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-21 11:14:25 +0100 |
commit | 6512fde74da33861591a089390201f2522978db2 (patch) | |
tree | e3502c5bf661a2cebb5a621aa054306b154b451e | |
parent | 021e57a28306115c315f8686c30a122f692f394b (diff) |
build: fix missing MMCLI_LIBS variable
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ada1f5af..9f6b9c3f 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ PKG_CHECK_MODULES(MMCLI, gobject-2.0 gio-2.0) AC_SUBST(MMCLI_CFLAGS) -AC_SUBST(LIBMM_LIBS) +AC_SUBST(MMCLI_LIBS) PKG_CHECK_MODULES(GUDEV, gudev-1.0 >= $GUDEV_MIN_VERSION) AC_SUBST(GUDEV_CFLAGS) |