diff options
author | Havoc Pennington <hp@redhat.com> | 2000-07-31 17:10:33 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-07-31 17:10:33 +0000 |
commit | 0ae274954831e15b7513a07d8c1d6d05a0bbe0d7 (patch) | |
tree | 1c11b6c948c3d1fe7c6463cad8f0652a15a4c639 /gthread-2.0.pc.in | |
parent | c58440ecfcf5a4b39037d857fadccb22df5a26d8 (diff) |
pkg-config data files
2000-07-31 Havoc Pennington <hp@redhat.com>
* glib-2.0.pc.in, gobject-2.0.pc.in, gmodule-2.0.pc.in,
gobject-2.0.pc.in: pkg-config data files
* Makefile.am: Install/dist the .pc files
* configure.in: Output the .pc files
Diffstat (limited to 'gthread-2.0.pc.in')
-rw-r--r-- | gthread-2.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gthread-2.0.pc.in b/gthread-2.0.pc.in new file mode 100644 index 000000000..a4a9cc8e2 --- /dev/null +++ b/gthread-2.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GThread +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 |