summaryrefslogtreecommitdiff
path: root/libddekit/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2009-12-06 23:45:33 +0100
committerZheng Da <zhengda1936@gmail.com>2009-12-06 23:45:33 +0100
commitd0dac02619cdfd47cc6e1f2a29a48b9a8eeaf34f (patch)
tree158071deb59e471b65c3414f03eab3f102b6776c /libddekit/Makefile
parent03ce78689d4b67a4380938203b07cd140a25614b (diff)
fix Makefile to compile the library.
Diffstat (limited to 'libddekit/Makefile')
-rw-r--r--libddekit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libddekit/Makefile b/libddekit/Makefile
index 67a3b193..018d67c9 100644
--- a/libddekit/Makefile
+++ b/libddekit/Makefile
@@ -37,11 +37,11 @@ installhdrs =
MIGSTUBS = deviceUser.o machUser.o
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
-HURDLIBS = threads ports
+HURDLIBS = threads ports shouldbeinlibc
MIGCOMSFLAGS = -prefix dde_
include ../Makeconf
LDFLAGS += -lpciaccess
-CFLAGS += -Iinclude -Iinclude/ddekit
+CFLAGS += -Iinclude