diff options
author | Martin Baulig <martin@home-of-linux.org> | 1999-05-12 10:25:33 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-05-12 10:25:33 +0000 |
commit | cfbe553724ca4a1feae82fa3860af781b078e153 (patch) | |
tree | afecf18779212a4f749f273614bc7ba5e6647b28 /ChangeLog | |
parent | 17634e05d45800f29ac589866f5043b18da6f44e (diff) | |
download | libgtop-cfbe553724ca4a1feae82fa3860af781b078e153.tar.gz |
This is a new generated file which will be included from <glibtop.h>. We
1999-05-12 Martin Baulig <martin@home-of-linux.org>
* glibtop-config.h: This is a new generated file which will be
included from <glibtop.h>. We define things like `u_int64_t' and
LIBGTOP_*_VERSION here so we can compile LibGTop applications with
`libgtop-config --cflags`.
* configure.in: Create glibtop-config.h.
(GLIBTOP_*_INCS): Added `-I $(pkglibdir)/include'.
* libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs'
parameter so you can now use LibGTop even in no-autoconf apps.
* Makefile.am: Install `glibtop-config.h' in `$(pkglibdir)/include'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-05-12 Martin Baulig <martin@home-of-linux.org> + + * glibtop-config.h: This is a new generated file which will be + included from <glibtop.h>. We define things like `u_int64_t' and + LIBGTOP_*_VERSION here so we can compile LibGTop applications with + `libgtop-config --cflags`. + + * configure.in: Create glibtop-config.h. + (GLIBTOP_*_INCS): Added `-I $(pkglibdir)/include'. + + * libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs' + parameter so you can now use LibGTop even in no-autoconf apps. + + * Makefile.am: Install `glibtop-config.h' in `$(pkglibdir)/include'. + 1999-05-09 Drazen Kacar <dave@srce.hr> * configure.in, acconfig.h: Added checks for <procfs.h> |