aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-11-06 12:48:02 +0100
committerPaul Fertser <fercerpav@gmail.com>2016-12-08 15:09:18 +0000
commit95de342a93445faa99b32d8dfecc947e3a5b49cb (patch)
tree8d794b59173842b68a0a0060333388aab78e2a4d /src/Makefile.am
parent702b150a6bf92fe56cf0cea72ccfad2d06eb64bc (diff)
downloadriscv-openocd-95de342a93445faa99b32d8dfecc947e3a5b49cb.zip
riscv-openocd-95de342a93445faa99b32d8dfecc947e3a5b49cb.tar.gz
riscv-openocd-95de342a93445faa99b32d8dfecc947e3a5b49cb.tar.bz2
configure: Use same case for libjaylink as for other libs
Change-Id: I60d91a0543d9b8c580254cdc5f04b2e60209b98b Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3868 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bad4153..699917c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,7 +78,7 @@ libopenocd_la_LIBADD = \
$(HIDAPI_LIBS) $(LIBUSB0_LIBS) $(LIBUSB1_LIBS)
if !INTERNAL_LIBJAYLINK
-libopenocd_la_LIBADD += $(libjaylink_LIBS)
+libopenocd_la_LIBADD += $(LIBJAYLINK_LIBS)
endif
STARTUP_TCL_SRCS = \