From 63dfd78334843070ddd110fc24e30f65c9b4ac6a Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Mon, 14 Jun 2010 22:54:27 +0200 Subject: fix compiling problems in libddekit and libmachdev. --- libmachdev/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmachdev/Makefile') 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 -- cgit v1.2.3