From: Mark Wooding Date: Wed, 2 Apr 2008 08:08:23 +0000 (+0100) Subject: build: Actually compile the `blast' helper program. X-Git-Tag: 1.3.5~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/fwd/commitdiff_plain/a9bd543ab4ebe415bca9d6f27b90f16ddac79bc0?ds=inline build: Actually compile the `blast' helper program. It's not pretty or documented but it does more-or-less work. --- diff --git a/Makefile.am b/Makefile.am index f9a96a3..3c5ca14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = +noinst_PROGRAMS = man_MANS = EXTRA_DIST = @@ -98,6 +99,13 @@ BUILT_SOURCES += mantext.c mantext.c: fw.1.in make-manpage $(make_manpage) c >$@.new && mv $@.new $@ +###-------------------------------------------------------------------------- +### The blast tool. + +noinst_PROGRAMS += blast +blast_SOURCES = blast.c +blast_LDADD = $(mLib_LIBS) + ###-------------------------------------------------------------------------- ### Other infrastructure.