diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-24 09:59:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-24 09:59:53 +0200 |
commit | 6fa3f0b0d7cb415ea642feda1e33462af7a941b1 (patch) | |
tree | 101cf7673f873cb9754a975464d8636217a71f6d /configure.ac | |
parent | e582a22db7fdbbd187fd1631c1cab3712fe85763 (diff) |
build: provide pkg-config files for ModemManager, libmm-common and libmm-glib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 94bcc0f1..1240d8cb 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,9 @@ AM_CONDITIONAL(WMC_STANDALONE, test "yes" = "no") AC_CONFIG_FILES([ Makefile data/Makefile +data/ModemManager.pc +data/mm-common.pc +data/mm-glib.pc include/Makefile build-aux/Makefile libmm-common/Makefile |