From 518faef3acc79bb4f31ae2b55b266eb540850f39 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Tue, 8 Jul 2014 08:34:38 +0200 Subject: [PATCH] Add missing header canframelen.h to noinst_HEADERS This is necessary so this header gets included when running make dist. Signed-off-by: Alexander Stein Signed-off-by: Marc Kleine-Budde --- GNUmakefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.am b/GNUmakefile.am index 27767e8..e008c6d 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -8,6 +8,7 @@ LDADD = \ libcan.la noinst_HEADERS = \ + canframelen.h \ lib.h \ terminal.h \ include/linux/can/bcm.h \ -- 2.39.2