summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-02-13 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-02-13 08:00:00 +0000
commitaebc987170528342b2c31f60b60a0f6fb071b24c (patch)
treec2acaad191bdb5c68ddec75428c51626686230e9 /Makefile.am
parent580dfefc34bccb02ad24614b8e909dbecb1963c3 (diff)
downloadstrace-aebc987170528342b2c31f60b60a0f6fb071b24c.tar.gz
Remove src/types infrastructure
All its former users have been converted to use bundled Linux uapi header files. * src/types/gen.sh: Remove. * src/types/find_last_type_fields.awk: Likewise. * Makefile.am (ACLOCAL_AMFLAGS): Remove "-I src/types". * bootstrap: Remove ./src/types/gen.sh invocation. * configure.ac: Remove st_CHECK_TYPES invocation. * src/Makefile.am: Do not include types/Makemodule.am. (EXTRA_DIST): Remove types/find_last_type_fields.awk and types/gen.sh.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 02ca8e0eb..6a3cbb8e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ SUBDIRS = bundled src tests $(TESTS_M32) $(TESTS_MX32)
man_MANS = doc/strace.1 doc/strace-log-merge.1
-ACLOCAL_AMFLAGS = -I m4 -I src/types -I src/xlat
+ACLOCAL_AMFLAGS = -I m4 -I src/xlat
@CODE_COVERAGE_RULES@
CODE_COVERAGE_BRANCH_COVERAGE = 1