diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 17:30:23 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 17:30:23 +0000 |
commit | bb914fa45198517bcb0bfc49ce29019fe0a87aec (patch) | |
tree | 83e50c01c7ad96d62719a8c067e3bfe5ee64f009 /libmachdev | |
parent | 6570b0d3b986fde8257c4835b0f439d7ebcf0703 (diff) | |
parent | 60ad7bd9b969bb00d702df01c6d5a3c83f414a3f (diff) |
Merge branch 'dde' into dde-clean
Conflicts:
pfinet/ethernet.c
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) |