summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 17:34:01 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 17:34:01 +0000
commit1043fbca3ba68b9bec11440f28a0290d33347eda (patch)
tree6dbb830e3683f3240040df9aa058f63d3b12e503
parent4ceca792354fc83f185e4d07a7f26a383bfefaa8 (diff)
parent0e616a4050d7f15a3aab1244dd4cb06a779d9205 (diff)
Merge branch 'upstream-merged'
-rw-r--r--libmachdev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 224dfddb..1af90204 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -24,7 +24,7 @@ SRCS = deviceUser.c machUser.c net.c ds_routines.c queue.c trivfs_server.c \
LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \
util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \
errno-base.h
-installhdrs =
+installhdrs = machdev.h
HURDLIBS = ports threads trivfs
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)