summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2004-03-14 22:25:18 +0000
committerPeter Johnson <peter@tortall.net>2004-03-14 22:25:18 +0000
commitdef825542cdb743e25b1146df7123e55adf8e763 (patch)
tree897047ed9a673ac7e8cde289cff8510fbf9f678c /Makefile.am
parent1fe0b7a9559c400b69cce63e63b5830a4070c447 (diff)
downloadyasm-def825542cdb743e25b1146df7123e55adf8e763.tar.gz
Convert test_hd.pl to test_hd.c, to remove one Perl dependency.
svn path=/trunk/yasm/; revision=1102
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 47b63c9f..023ff3f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,10 @@ bin_PROGRAMS =
TESTS =
noinst_PROGRAMS =
+check_PROGRAMS = test_hd
+
+test_hd_SOURCES = test_hd.c
+
include_HEADERS = libyasm.h
noinst_HEADERS = util.h
@@ -41,7 +45,6 @@ include frontends/Makefile.inc
EXTRA_DIST += basename.c
EXTRA_DIST += dirname.c
EXTRA_DIST += out_test.sh
-EXTRA_DIST += test_hd.pl
EXTRA_DIST += Artistic.txt
EXTRA_DIST += BSD.txt
EXTRA_DIST += GNU_GPL-2.0