summaryrefslogtreecommitdiff
path: root/examples/live_stream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/live_stream/Makefile')
-rw-r--r--examples/live_stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/live_stream/Makefile b/examples/live_stream/Makefile
index b5c96957..b1fc083e 100644
--- a/examples/live_stream/Makefile
+++ b/examples/live_stream/Makefile
@@ -8,7 +8,7 @@ MRPTALKER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPTALKER_OBJS))
MRPLISTENER_OBJS = listener_mrp_client.o
MRPLISTENER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPLISTENER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
DAEMONS_DIR = ../../daemons
CC?=gcc