From: Alexander Stein Date: Tue, 8 Jul 2014 06:34:38 +0000 (+0200) Subject: Add missing header canframelen.h to noinst_HEADERS X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-utils.git/commitdiff_plain/518faef3acc79bb4f31ae2b55b266eb540850f39?ds=sidebyside 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 --- 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 \