summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-04-28 10:51:58 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-04-28 10:51:58 (GMT)
commited1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2 (patch)
tree7dbc8fb2892c31fd54a58ee7b44c30be4ca6c73e /tests
parent4e9aa6a9a61c565a0caacbaf30ab73082f1cc397 (diff)
downloadlibnl-ed1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2.zip
libnl-ed1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2.tar.gz
libnl-ed1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2.tar.bz2
tests: Include util.h in dist
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5536bc8..7953176 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,8 @@
# -*- Makefile -*-
+EXTRA_DIST = \
+ util.h
+
if ENABLE_UNIT_TESTS
AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"