summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-27 17:51:07 +0100
committerThomas Haller <thaller@redhat.com>2017-02-27 18:02:10 +0100
commitfe507dbdd3950231dda304a563678752fe254ed3 (patch)
tree19b87dd8199fba26a953fa6a1e04b26f676847c3 /Makefile.am
parent839aec3536c9b49da1c8f565ed1cd810c8f758a4 (diff)
downloadlibnl-fe507dbdd3950231dda304a563678752fe254ed3.tar.gz
build: pass --disable-dependency-tracking to `make distcheck`
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a7071c51..4cf2a903 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,9 @@ TESTS =
CLEANFILES =
EXTRA_DIST =
+DISTCHECK_CONFIGURE_FLAGS = \
+ --disable-dependency-tracking
+
pkgconfig_DATA = \
libnl-3.0.pc \
libnl-route-3.0.pc \