diff options
author | Havoc Pennington <hp@redhat.com> | 2000-08-11 03:29:19 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-08-11 03:29:19 +0000 |
commit | 4261dcfa992cd9b20010ff862b2ab3ee8422a093 (patch) | |
tree | 93eab462f860d7e289886119028a2d582ada18b0 /gthread-2.0.pc.in | |
parent | c055bfe1891c084cf2e13461b3a7ac17de427819 (diff) | |
download | glib-4261dcfa992cd9b20010ff862b2ab3ee8422a093.tar.gz |
don't duplicate glib Cflags
2000-08-10 Havoc Pennington <hp@redhat.com>
* gthread-2.0.pc.in (Cflags): don't duplicate glib Cflags
* gmodule-2.0.pc.in (Cflags): don't duplicate glib Cflags
* gobject-2.0.pc.in (Cflags): don't duplicate Cflags from glib
itself
Diffstat (limited to 'gthread-2.0.pc.in')
-rw-r--r-- | gthread-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread-2.0.pc.in b/gthread-2.0.pc.in index a4a9cc8e2..cbe7f4e63 100644 --- a/gthread-2.0.pc.in +++ b/gthread-2.0.pc.in @@ -8,4 +8,4 @@ Description: Thread support for GLib Requires: glib-2.0 Version: @VERSION@ Libs: -L${libdir} -lgthread-1.3 @G_THREAD_LIBS@ -Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib/include +Cflags: |