summaryrefslogtreecommitdiff
path: root/libhurd-slab
diff options
context:
space:
mode:
authorneal <neal>2008-01-23 14:06:02 +0000
committerneal <neal>2008-01-23 14:06:02 +0000
commit51d38f444c9ee5690aaa61d76d46554487e3daec (patch)
tree8b94122dee5453c021bbb13a324599772aabeccd /libhurd-slab
parent1f6ecffcafe4cca6928b775f49891f38fbf03804 (diff)
libpthread/
2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. libhurd-slab/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. libhurd-mm/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (COMMON_CPPFLAGS): Add -I$(LIBC)/include. libhurd-ihash/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. ruth/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (COMMON_CPPFLAGS): Add -I$(LIBC)/include. (ruth_SOURCES): Remove malloc-wrap.c, output.h and output.c. (ruth_LDADD): Set to $(top_builddir)/libc.a. * panic.c: Don't include "output.h". Include <stdio.h>. * ruth.h: Likewise. * ruth.c (getpagesize): Return a size_t, not an int.
Diffstat (limited to 'libhurd-slab')
-rw-r--r--libhurd-slab/ChangeLog4
-rw-r--r--libhurd-slab/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/libhurd-slab/ChangeLog b/libhurd-slab/ChangeLog
index 059255f..913e4a2 100644
--- a/libhurd-slab/ChangeLog
+++ b/libhurd-slab/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-23 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include.
+
2005-06-22 Neal H. Walfield <neal@gnu.org>
* slab.h: Clean up comments.
diff --git a/libhurd-slab/Makefile.am b/libhurd-slab/Makefile.am
index 66c016d..68f2e87 100644
--- a/libhurd-slab/Makefile.am
+++ b/libhurd-slab/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am - Makefile template for libhurd-slab.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
# Written by Marcus Brinkmann.
#
# This file is part of the GNU Hurd.
@@ -26,5 +26,6 @@ includehurd_HEADERS = slab.h
# FIXME: Build a special libhurd-ihash.a using libc-parts for the rootservers,
# and a normal for everybody else.
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/libc-parts
+AM_CPPFLAGS = -I$(LIBC)/include -I$(top_builddir)/include \
+ -I$(top_srcdir)/libc-parts
libhurd_slab_a_SOURCES = slab.h slab.c