summaryrefslogtreecommitdiff
path: root/examples/simple_talker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple_talker/Makefile')
-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 aef9c541..756f888c 100644
--- a/examples/simple_talker/Makefile
+++ b/examples/simple_talker/Makefile
@@ -6,7 +6,7 @@ MRPCLIENT_DIR = ../common
MRPTALKER_OBJS = talker_mrp_client.o
MRPTALKER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPTALKER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
DAEMONS_DIR = ../../daemons
CC?=gcc