diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-14 22:54:27 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-14 22:54:27 +0200 |
commit | 63dfd78334843070ddd110fc24e30f65c9b4ac6a (patch) | |
tree | ef8980b07d8ae571ca69e008121dd3872188b6ea /libmachdev/Makefile | |
parent | 9eeb27d9caa13c2f11a0646d23ad4d6aea1a56e1 (diff) |
fix compiling problems in libddekit and libmachdev.
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r-- | libmachdev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 7475d041..e65a453a 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -24,10 +24,10 @@ 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 = machdev.h device_emul.h +installhdrs = HURDLIBS = ports threads trivfs OBJS = $(SRCS:.c=.o) $(MIGSTUBS) include ../Makeconf -CFLAGS += -I../libddekit/include +CFLAGS += -I$(top_srcdir)/libddekit/include |