From: Mathieu Desnoyers Date: Tue, 11 Jun 2013 02:12:21 +0000 (-0400) Subject: doc examples: add missing include path X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fe8d546601a9a4603d6d78ee24f7676fa5fa6454;p=userspace-rcu.git doc examples: add missing include path Signed-off-by: Mathieu Desnoyers --- 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)'