]> granicus.if.org Git - libnl/commitdiff
tests: Include util.h in dist
authorThomas Graf <tgraf@suug.ch>
Sun, 28 Apr 2013 10:51:58 +0000 (12:51 +0200)
committerThomas Graf <tgraf@suug.ch>
Sun, 28 Apr 2013 10:51:58 +0000 (12:51 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
tests/Makefile.am

index 5536bc8e44e40168c55692665b7f6db9aef6fa06..7953176eff1f674d9abb69edcc0035eea323e7d2 100644 (file)
@@ -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\"