summaryrefslogtreecommitdiff
path: root/examples/simple_rx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple_rx/Makefile')
-rw-r--r--examples/simple_rx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_rx/Makefile b/examples/simple_rx/Makefile
index c27e811b..d5b6ae32 100644
--- a/examples/simple_rx/Makefile
+++ b/examples/simple_rx/Makefile
@@ -3,7 +3,7 @@ MRPCLIENT_DIR = ../common
MRPLISTENER_OBJS = listener_mrp_client.o
MRPLISTENER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPLISTENER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
IGBLIB_OBJS = igb.o
IGBLIB_TARGETS = $(addprefix $(IGBLIB_DIR)/,$(IGBLIB_OBJS))