chiark / gitweb /
build: Actually compile the `blast' helper program.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2008 08:08:23 +0000 (09:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2008 08:08:23 +0000 (09:08 +0100)
It's not pretty or documented but it does more-or-less work.

Makefile.am

index f9a96a35076c31e707548de9412856d1c5e793e4..3c5ca14860863e35c5eb162b6eaccaf31fb9adaf 100644 (file)
@@ -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.