From: Havoc Pennington Date: Fri, 11 Aug 2000 03:23:08 +0000 (+0000) Subject: Look in glib-2.0/include for glibconfig.h X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c055bfe1891c084cf2e13461b3a7ac17de427819;p=dana%2Fcg-glib.git Look in glib-2.0/include for glibconfig.h 2000-08-10 Havoc Pennington * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for glibconfig.h --- diff --git a/ChangeLog b/ChangeLog index d71f07b9..d0b65fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d71f07b9..d0b65fd5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-08-10 Havoc Pennington + + * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for + glibconfig.h + 2000-08-07 Tor Lillqvist * tests/gio-test.c (shutdown_source): New function, that calls diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in index e361a1c8..a77335be 100644 --- a/glib-2.0.pc.in +++ b/glib-2.0.pc.in @@ -7,4 +7,4 @@ Name: GLib Description: C Utility Library Version: @VERSION@ Libs: -L${libdir} -lglib-1.3 -Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib/include +Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include