summaryrefslogtreecommitdiff
path: root/gmodule-no-export-2.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'gmodule-no-export-2.0.pc.in')
-rw-r--r--gmodule-no-export-2.0.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/gmodule-no-export-2.0.pc.in b/gmodule-no-export-2.0.pc.in
new file mode 100644
index 0000000..3edd98b
--- /dev/null
+++ b/gmodule-no-export-2.0.pc.in
@@ -0,0 +1,14 @@
+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@