summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-30 13:02:29 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-30 13:02:29 +0200
commitd12207fb5a8cef131f262878f98da923af1f8fea (patch)
treef75145e1171f846407d46a15b88ad35a3440ae35 /Makefrag.am
parent1a9af211b3f0fb93611e6795ce66576b2ab230c8 (diff)
Install the mach_debug header files
The task_set_name RPC introduced in 877a319c changed include/mach/gnumach.defs to include mach_debug/mach_debug_types.defs. Previously though, the debug headers were not installed. * Makefrag.am: Install the mach_debug header files.
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/Makefrag.am b/Makefrag.am
index c1387bd3..d6dd77f9 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -419,9 +419,18 @@ include_mach_eXec_HEADERS = \
include/mach/exec/elf.h \
include/mach/exec/exec.h
-# mach-debug-headers:= $(addprefix mach_debug/, hash_info.h ipc_info.h \
-# mach_debug.defs mach_debug_types.defs mach_debug_types.h \
-# pc_info.h vm_info.h slab_info.h)
+include_mach_debugdir = $(includedir)/mach_debug
+include_mach_debug_HEADERS = \
+ $(addprefix include/mach_debug/, \
+ hash_info.h \
+ ipc_info.h \
+ mach_debug.defs \
+ mach_debug_types.defs \
+ mach_debug_types.h \
+ pc_info.h \
+ vm_info.h \
+ slab_info.h \
+ )
# Other headers for the distribution. We don't install these, because the
# GNU C library has correct versions for users to use.