From: Thomas Graf Date: Sun, 28 Apr 2013 10:51:58 +0000 (+0200) Subject: tests: Include util.h in dist X-Git-Tag: libnl3_2_22rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2;p=libnl tests: Include util.h in dist Signed-off-by: Thomas Graf --- 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\"