From ce21ef02da436be0533a7326ef93f1bfa57516b9 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 9 Jan 2015 02:02:39 +0000 Subject: [PATCH] Fix "make dist" regression introduced by commit v4.9-125-g120e5db * Makefile.am (EXTRA_DIST): Add linux/unix_diag.h. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bc7dc896..2f6c8577 100644 --- a/Makefile.am +++ b/Makefile.am @@ -275,6 +275,7 @@ EXTRA_DIST = \ linux/tile/syscallent1.h \ linux/tile/userent.h \ linux/ubi-user.h \ + linux/unix_diag.h \ linux/userent.h \ linux/userent0.h \ linux/x32/errnoent.h \ -- 2.40.0