diff options
Diffstat (limited to 'gmodule-export-2.0.pc.in')
-rw-r--r-- | gmodule-export-2.0.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gmodule-export-2.0.pc.in b/gmodule-export-2.0.pc.in new file mode 100644 index 000000000..e723007a9 --- /dev/null +++ b/gmodule-export-2.0.pc.in @@ -0,0 +1,13 @@ +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} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@ +Cflags: |