mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
let the generated .pc files depend on config.status, so they get correctly
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org> * Makefile.am: let the generated .pc files depend on config.status, so they get correctly remade.
This commit is contained in:
parent
3ed0ad623e
commit
3171bd213c
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* Makefile.am: let the generated .pc files depend on config.status,
|
||||
so they get correctly remade.
|
||||
|
||||
Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
|
||||
|
@ -62,6 +62,8 @@ stamp-gc-h: config.status
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
|
||||
|
||||
$(pkgconfig_DATA): config.status
|
||||
|
||||
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
|
||||
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
@ -4,7 +4,7 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: GObject
|
||||
Description: Object/type system for GLib
|
||||
Description: GLib Type, Object, Parameter and Signal Library
|
||||
Requires: glib-2.0
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgobject-1.3
|
||||
|
Loading…
Reference in New Issue
Block a user