Module Name:    src
Committed By:   pooka
Date:           Tue Sep 10 17:39:10 UTC 2013

Modified Files:
        src/lib/librumpclient: Makefile

Log Message:
-I../librumpuser is still required for sp_common.c


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/librumpclient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumpclient/Makefile
diff -u src/lib/librumpclient/Makefile:1.9 src/lib/librumpclient/Makefile:1.10
--- src/lib/librumpclient/Makefile:1.9	Tue Sep 10 16:53:06 2013
+++ src/lib/librumpclient/Makefile	Tue Sep 10 17:39:10 2013
@@ -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 @@ LIBDPLIBS+=	${lib} lib
 
 CPPFLAGS+=	-DRUMP_CLIENT
 CPPFLAGS+=	-I${.OBJDIR} -I${.CURDIR}
+CPPFLAGS+=	-I${.CURDIR}/../librumpuser
 SRCS=		rumpclient.c
 SRCS+=		rump_syscalls.c
 

Reply via email to