From fe8d546601a9a4603d6d78ee24f7676fa5fa6454 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 10 Jun 2013 22:12:21 -0400 Subject: [PATCH] doc examples: add missing include path Signed-off-by: Mathieu Desnoyers --- doc/examples/qsbr-minimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/qsbr-minimal/Makefile b/doc/examples/qsbr-minimal/Makefile index 79a6584..53f1380 100644 --- a/doc/examples/qsbr-minimal/Makefile +++ b/doc/examples/qsbr-minimal/Makefile @@ -16,7 +16,7 @@ CFLAGS = -g -O2 -Wall # Only necessary when building from the source tree and userspace RCU is # not installed ifdef BUILD_EXAMPLES_FROM_TREE -LOCAL_CPPFLAGS += -I../../../urcu/ +LOCAL_CPPFLAGS += -I../../../urcu/ -I../../../ LIBURCU_QSBR_PATH = ../../../.libs/ override LDFLAGS += -L$(LIBURCU_QSBR_PATH) -Wl,-rpath='$$ORIGIN/$(LIBURCU_QSBR_PATH)' -- 2.34.1