From: Andreas Fritiofson Date: Sat, 6 Jul 2013 22:41:49 +0000 (+0200) Subject: automake: Don't install libopenocd X-Git-Tag: v0.8.0-rc1~362 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7009d8f913e4e75c4eac7ef946b822ad8f44ae6d 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 Reviewed-on: http://openocd.zylin.com/1479 Tested-by: jenkins Reviewed-by: Xiaofan Reviewed-by: Spencer Oliver --- diff --git a/src/Makefile.am b/src/Makefile.am index badc80dc1a..5c2081a488 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