From ed1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sun, 28 Apr 2013 12:51:58 +0200 Subject: [PATCH] tests: Include util.h in dist Signed-off-by: Thomas Graf --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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\" -- 2.40.0