We need to specify them here or they will not end up in the tarball and thus distcheck would fail. Signed-off-by: Stefan Schmidt <s.schmidt@xxxxxxxxxxx> --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 26f73b8..2d54576 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,11 +3,14 @@ bin_PROGRAMS = \ iwpan_SOURCES = \ iwpan.c \ + iwpan.h \ sections.c \ info.c \ interface.c \ phy.c \ - mac.c + mac.c \ + nl_extras.h \ + nl802154.h iwpan_CFLAGS = $(AM_CFLAGS) $(LIBNL3_CFLAGS) iwpan_LDADD = $(LIBNL3_LIBS) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html