diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/mm-common.pc.in | 11 | ||||
-rw-r--r-- | data/mm-glib.pc.in | 4 |
3 files changed, 2 insertions, 14 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index c42c6936..54bf4b03 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -45,7 +45,6 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ ModemManager.pc \ - mm-common.pc \ mm-glib.pc diff --git a/data/mm-common.pc.in b/data/mm-common.pc.in deleted file mode 100644 index 08eae696..00000000 --- a/data/mm-common.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: mm-common -Description: Library of common utilities provided by ModemManager -Version: @VERSION@ -Requires: glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0 ModemManager -Cflags: -I${includedir}/libmm-common -Libs: -L${libdir} -lmm-common 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 |