Home | History | Annotate | Download | only in glib
      1 prefix=/usr
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 gmodule_supported=true
      7 
      8 Name: GModule
      9 Description: Dynamic module loader for GLib
     10 Requires: glib-2.0
     11 Version: @VERSION@
     12 Libs: ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la
     13 Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule
     14 
     15