summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--dbus-glib-1.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81f20c77..098a5858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-22 Anders Carlsson <andersca@codefactory.se>
+
+ * dbus-glib-1.pc.in: No need to specify any includes since
+ dbus-1.pc.in has those.
+
2003-06-22 Havoc Pennington <hp@pobox.com>
* mono/*, gcj/*, configure.in, Makefile.am:
diff --git a/dbus-glib-1.pc.in b/dbus-glib-1.pc.in
index de290d4c..9633f872 100644
--- a/dbus-glib-1.pc.in
+++ b/dbus-glib-1.pc.in
@@ -8,5 +8,5 @@ Description: GLib integration for the free desktop message bus
Version: @VERSION@
Requires: dbus-1 glib-2.0
Libs: -L${libdir} -ldbus-glib-1
-Cflags: -I${includedir}/dbus-1.0
+