Forgot this.
authorAnders Carlsson <andersca@codefactory.se>
Sun, 22 Dec 2002 19:01:06 +0000 (19:01 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Sun, 22 Dec 2002 19:01:06 +0000 (19:01 +0000)
dbus-glib-1.0.pc.in [new file with mode: 0644]

diff --git a/dbus-glib-1.0.pc.in b/dbus-glib-1.0.pc.in
new file mode 100644 (file)
index 0000000..81ac8c7
--- /dev/null
@@ -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
+