Files
ModemManager/data/mm-glib.pc.in
Aleksander Morgado b6d628b3a1 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.
2012-10-04 10:17:05 +02:00

12 lines
292 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: mm-glib
Description: Library to control and monitor the ModemManager
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gio-2.0 ModemManager
Cflags: -I${includedir}/libmm-glib
Libs: -L${libdir} -lmm-glib