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>
This commit is contained in:
Andreas Fritiofson 2013-07-07 00:41:49 +02:00 committed by Spencer Oliver
parent bbb0896cff
commit 7009d8f913
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ SUBDIRS = \
server \
rtos
lib_LTLIBRARIES = libopenocd.la
noinst_LTLIBRARIES = libopenocd.la
bin_PROGRAMS = openocd
MAINFILE = main.c