summaryrefslogtreecommitdiffstats
path: root/dbus-glib-1.pc.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-29 21:56:37 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-29 21:56:37 +0000
commitae759bff511cfbd28bdb668a532ba9169d05af2d (patch)
treee6573551a278025e7220c0788de8beb80ff2d600 /dbus-glib-1.pc.in
parent2a708128adc5e825471a3a63d6bc7a53005ae237 (diff)
2003-04-29 Havoc Pennington <hp@redhat.com>
* dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation
Diffstat (limited to 'dbus-glib-1.pc.in')
-rw-r--r--dbus-glib-1.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus-glib-1.pc.in b/dbus-glib-1.pc.in
new file mode 100644
index 00000000..81ac8c73
--- /dev/null
+++ b/dbus-glib-1.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
+