summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-10-22 19:53:22 -0400
committerPaul Moore <paul@paul-moore.com>2019-10-30 11:10:15 -0400
commitae19647048b38ad6d2ab0f2ac0db4dc1e9be1f7d (patch)
tree81ebf22c0e4ae6713643998f283e3d346cb9d3e1 /tools
parentc95cdadef8746f9b4c714443e74e364f8fc7f10c (diff)
downloadlibseccomp-ae19647048b38ad6d2ab0f2ac0db4dc1e9be1f7d.tar.gz
tools: fix a problem with distcheck
We shouldn't be redefining AM_CPPFLAGS here, so get rid of it. Reported-by: Tom Hromatka <tom.hromatka@oracle.com> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f768365..f35b0a5 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -16,8 +16,6 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-AM_CPPFLAGS = -I${top_builddir}/include
-
noinst_LTLIBRARIES = util.la
util_la_SOURCES = util.c util.h bpf.h
util_la_LDFLAGS = -module