Revision 01098e34c188b4ec93944e14dbece6818d786aec authored by Lars Uebernickel on 15 June 2014, 13:42:31 UTC, committed by Matthias Clasen on 28 June 2014, 18:05:23 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=731623
1 parent baef9d1
Raw File
gmodule-no-export-2.0.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

gmodule_supported=@G_MODULE_SUPPORTED@

Name: GModule
Description: Dynamic module loader for GLib
Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lgmodule-2.0 @G_THREAD_LIBS@
Libs.private: @G_MODULE_LIBS@
Cflags: @G_THREAD_CFLAGS@
back to top