summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-06-14 22:54:27 +0200
committerZheng Da <zhengda1936@gmail.com>2010-06-14 22:54:27 +0200
commit63dfd78334843070ddd110fc24e30f65c9b4ac6a (patch)
treeef8980b07d8ae571ca69e008121dd3872188b6ea /libmachdev/Makefile
parent9eeb27d9caa13c2f11a0646d23ad4d6aea1a56e1 (diff)
fix compiling problems in libddekit and libmachdev.
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile4
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