X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/c9731e8b8a0e66b2a20bfbc8bdfd0dc02068929f..e35ff2b844e30196d4eb7c0693e5eaf214dfcbbb:/Makefile.am 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 = @@ -99,6 +100,13 @@ 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. ## Set the release number.