From 33c37fa346fcda6ee9ccd95613a63de98469d44b Mon Sep 17 00:00:00 2001 From: Steve Fosdick Date: Sat, 14 Sep 2019 21:07:32 +0100 Subject: [PATCH] Issue90: build the hdfmt on Linux/Unix. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9b165ed0..b63f57ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am for B-em -bin_PROGRAMS = b-em jstest gtest +bin_PROGRAMS = b-em hdfmt jstest gtest noinst_SCRIPTS = ../b-em CLEANFILES = $(noinst_SCRIPTS) @@ -125,6 +125,8 @@ if NO_TSEARCH b_em_SOURCES += tsearch.c endif +hdfmt_SOURCES = hdfmt.c + jstest_SOURCES = jstest.c jstest_LDADD = -lallegro -lallegro_main