summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-22 20:04:33 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-22 20:08:32 +0200
commitb793108b09138edf0a963d9e3107eb400ee27011 (patch)
tree031e361325a95ec2db189aa99f5a750fad5b3d5b /include
parent353fe33eb2481a14dc324c7c2e52b2032df86465 (diff)
include: install refcount.h
* include/Makefile (installhdrs): Add refcount.h.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index b8773fe1..4de165d1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -22,7 +22,7 @@
dir := include
makemode := misc
-installhdrs := sys/procfs.h
+installhdrs := sys/procfs.h refcount.h
include ../Makeconf