summaryrefslogtreecommitdiff
path: root/libhurd-slab/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-21 23:37:19 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:45:54 +0000
commit36261f6f0909abc6893c920445b800d81c02c921 (patch)
tree48065ddf055f2b405b75096f3bced16352564650 /libhurd-slab/Makefile
parent29d0d8df649036b90c588d1e87f96b72b8342063 (diff)
Clean up includes
To use the standard hurd Makeconf rules and permit external dde_* build
Diffstat (limited to 'libhurd-slab/Makefile')
-rw-r--r--libhurd-slab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-slab/Makefile b/libhurd-slab/Makefile
index 4682a934..f109f59b 100644
--- a/libhurd-slab/Makefile
+++ b/libhurd-slab/Makefile
@@ -21,7 +21,7 @@ makemode := library
libname = libhurd-slab
SRCS= slab.c
LCLHDRS = slab.h
-installhdrs =
+installhdrs = slab.h
MIGSTUBS =
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))