summaryrefslogtreecommitdiff
path: root/examples/simple_talker
diff options
context:
space:
mode:
authorAndrew Elder <aelder@audioscience.com>2015-01-29 20:42:19 -0500
committerAndrew Elder <aelder@audioscience.com>2015-02-28 14:37:22 -0500
commitf813b4470f06e2b6bf20d8165fff6d02d22d8f65 (patch)
treeaa9cfc607effecb712ebbce0419c0a6f9be7257e /examples/simple_talker
parentd98dcc51c465c2bb71743ead1071849964fbf8f4 (diff)
downloadOpen-AVB-f813b4470f06e2b6bf20d8165fff6d02d22d8f65.tar.gz
examples: add daemons/common to makefile include paths
Diffstat (limited to 'examples/simple_talker')
-rw-r--r--examples/simple_talker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_talker/Makefile b/examples/simple_talker/Makefile
index ac5b458e..6a5f995e 100644
--- a/examples/simple_talker/Makefile
+++ b/examples/simple_talker/Makefile
@@ -1,7 +1,7 @@
CC=gcc
OPT=-O2 -g
CFLAGS=$(OPT) -Wall -Wextra -Wno-parentheses
-INCFLAGS=-I../../lib/igb -I../../daemons/mrpd -I../common
+INCFLAGS=-I../../lib/igb -I../../daemons/mrpd -I../common -I../../daemons/common
LDLIBS=-ligb -lpci -lrt -lm -pthread
LDFLAGS=-L../../lib/igb