aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2013-07-07 00:41:49 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2013-07-15 10:06:18 +0000
commit7009d8f913e4e75c4eac7ef946b822ad8f44ae6d (patch)
treeffc9bdea4cc8d6c1fff4cba8ff46c09385539117 /src/Makefile.am
parentbbb0896cffe0f7643e8cc17328a62b54934f2e8b (diff)
downloadriscv-openocd-7009d8f913e4e75c4eac7ef946b822ad8f44ae6d.zip
riscv-openocd-7009d8f913e4e75c4eac7ef946b822ad8f44ae6d.tar.gz
riscv-openocd-7009d8f913e4e75c4eac7ef946b822ad8f44ae6d.tar.bz2
automake: Don't install libopenocd
Regular users (and probably no-one else either) have no use for this library that is installed by default. Change-Id: Ie94e1550cec33f26ef9b68e7ce4f46494f18e644 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1479 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
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 badc80d..5c2081a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,7 @@ SUBDIRS = \
server \
rtos
-lib_LTLIBRARIES = libopenocd.la
+noinst_LTLIBRARIES = libopenocd.la
bin_PROGRAMS = openocd
MAINFILE = main.c