doc examples: add missing include path
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Jun 2013 02:12:21 +0000 (22:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Jun 2013 02:12:21 +0000 (22:12 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/qsbr-minimal/Makefile

index 79a65840305d954a5a27bfc9d478f505765e64fb..53f1380f1289cafe4528ef83d25cb24ec09725f9 100644 (file)
@@ -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)'
 
This page took 0.025076 seconds and 4 git commands to generate.