summaryrefslogtreecommitdiff
path: root/examples/jackd-talker/Makefile
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2018-08-03 13:27:38 -0400
committerGitHub <noreply@github.com>2018-08-03 13:27:38 -0400
commitc69fa5a444d50789252bcaf3887a3047bee65f57 (patch)
treed3f71f1aed6ede6df229ea3e426fcee46d116495 /examples/jackd-talker/Makefile
parentb9ed45ce790d8b240777718b848600f88f1a1fe4 (diff)
parentc41948bb262a1043635ed0c1033459b9d58e48d2 (diff)
downloadOpen-AVB-c69fa5a444d50789252bcaf3887a3047bee65f57.tar.gz
Merge pull request #815 from avinash-palleti/igb_pr
Remove lib/igb and kmod/igb folder as part of restructuring
Diffstat (limited to 'examples/jackd-talker/Makefile')
-rw-r--r--examples/jackd-talker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jackd-talker/Makefile b/examples/jackd-talker/Makefile
index 9a6187e2..2ff78c0f 100644
--- a/examples/jackd-talker/Makefile
+++ b/examples/jackd-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