diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 17:24:57 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 17:25:08 +0100 |
commit | b4b84f7e139cd641f2041d6ed86964922a7d5e68 (patch) | |
tree | b302a5a7f6affec3ab4dbf80b0b280d285d8fe3d /libmachdev/Makefile | |
parent | a34f4de597fdba53c6c034079c72ae22e2547de7 (diff) |
Install machdev.h
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r-- | libmachdev/Makefile | 2 |
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) |