Skip to content

Commit

Permalink
Issue90: build the hdfmt on Linux/Unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Sep 14, 2019
1 parent 82cfb27 commit 33c37fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33c37fa

Please sign in to comment.