mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
2490a699be
2007-11-27 Alexander Larsson <alexl@redhat.com> * configure.in: Allow configuration of gio-module-dir * gio-2.0.pc.in: Export giomodules location as giomodule variable 2007-11-27 Alexander Larsson <alexl@redhat.com> * Makefile.am: * fam/Makefile.am: * inotify/Makefile.am: Use the user-specified giomoduledir svn path=/trunk/; revision=5951
14 lines
254 B
PkgConfig
14 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
giomoduledir=@GIO_MODULE_DIR@
|
|
|
|
Name: GIO
|
|
Description: glib I/O library
|
|
Version: @VERSION@
|
|
Requires: gobject-2.0,gmodule-no-export-2.0
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Cflags:
|