Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpclient -I../librumpuser is still required for sp_...
details: https://anonhg.NetBSD.org/src/rev/6d5f5654e4f3
branches: trunk
changeset: 789850:6d5f5654e4f3
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 10 17:39:10 2013 +0000
description:
-I../librumpuser is still required for sp_common.c
diffstat:
lib/librumpclient/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e08e0fb331ad -r 6d5f5654e4f3 lib/librumpclient/Makefile
--- a/lib/librumpclient/Makefile Tue Sep 10 17:23:55 2013 +0000
+++ b/lib/librumpclient/Makefile Tue Sep 10 17:39:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/09/10 16:53:06 pooka Exp $
+# $NetBSD: Makefile,v 1.10 2013/09/10 17:39:10 pooka Exp $
#
.PATH: ${.CURDIR}/../../sys/rump/librump/rumpkern
@@ -19,6 +19,7 @@
CPPFLAGS+= -DRUMP_CLIENT
CPPFLAGS+= -I${.OBJDIR} -I${.CURDIR}
+CPPFLAGS+= -I${.CURDIR}/../librumpuser
SRCS= rumpclient.c
SRCS+= rump_syscalls.c
Home |
Main Index |
Thread Index |
Old Index