diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-02 15:08:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:05 +0200 |
commit | b6d628b3a10bf183b918c7afe89a5b260eb87760 (patch) | |
tree | 8d87e92f2d8b7da99e6a0e41e49a6aa0ebbf55bd /data/mm-glib.pc.in | |
parent | 624fdb6ab4544a82774e9805332cc242c1068b0f (diff) |
build: merge libmm-common into libmm-glib
It's pointless to have libmm-common around, just merge it into libmm-glib and
make ModemManager depend on libmm-glib directly. At the end, the non-common
stuff in libmm-glib is really minimal.
Diffstat (limited to 'data/mm-glib.pc.in')
-rw-r--r-- | data/mm-glib.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mm-glib.pc.in b/data/mm-glib.pc.in index 53eec326..649b94eb 100644 --- a/data/mm-glib.pc.in +++ b/data/mm-glib.pc.in @@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: mm-common +Name: mm-glib Description: Library to control and monitor the ModemManager Version: @VERSION@ -Requires: glib-2.0 gobject-2.0 gio-2.0 ModemManager mm-common +Requires: glib-2.0 gobject-2.0 gio-2.0 ModemManager Cflags: -I${includedir}/libmm-glib Libs: -L${libdir} -lmm-glib |