doc examples: add missing include path
[userspace-rcu.git] / doc / examples / qsbr-minimal / Makefile
index 5fe65bc7e7503f6e3ef27216e58b8ef35e3916d5..53f1380f1289cafe4528ef83d25cb24ec09725f9 100644 (file)
 
 CC = gcc
 LIBS = -lurcu-qsbr
-CFLAGS = -g -O2
+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.022818 seconds and 4 git commands to generate.