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:24:57 +0100 |
commit | 3faca8c4b177201d2f45addf988f5322acd34872 (patch) | |
tree | fcf54579a4bab38069ed7a673deac747524ac0cc /libmachdev | |
parent | e9079d7c327430ee0d407ce7460bd525911d245d (diff) |
Install machdev.h
Diffstat (limited to 'libmachdev')
-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) |