doc examples: add missing include path
[userspace-rcu.git] / 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.022807 seconds and 4 git commands to generate.