summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-02 09:37:06 -0400
committerPaul Moore <pmoore@redhat.com>2015-06-12 11:39:47 -0400
commit9b16b91c1293c3629529d288018415e309043daa (patch)
treecacf852940a8e3b01bb17b208a1c6ad9fcd17792 /tools
parent37a609498a218c370e86d34470a21d0d98db3b4f (diff)
downloadlibseccomp-9b16b91c1293c3629529d288018415e309043daa.tar.gz
build: Fix srcdir != builddir from git
See https://github.com/cgwalters/build-api/blob/master/build-api.md Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 422b35d..b18dc9b 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -16,6 +16,8 @@
# 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