summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2002-12-22 19:01:06 +0000
committerAnders Carlsson <andersca@codefactory.se>2002-12-22 19:01:06 +0000
commit7af22a5ef9460af0f6afc2f1704d44b2e4c18ead (patch)
treeb1de95c56b936a129f1e6791d54aa56f7984237b
parent849d1e922c7c57962b6901a82895fc41584865ff (diff)
Forgot this.
-rw-r--r--dbus-glib-1.0.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus-glib-1.0.pc.in b/dbus-glib-1.0.pc.in
new file mode 100644
index 00000000..81ac8c73
--- /dev/null
+++ b/dbus-glib-1.0.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dbus-glib
+Description: GLib integration for the free desktop message bus
+Version: @VERSION@
+Requires: dbus-1.0 glib-2.0
+Libs: -L${libdir} -ldbus-glib-1
+Cflags: -I${includedir}/dbus-1.0
+