Signed-off-by: Marc Kleine-Budde <[email protected]>
---
 .gitignore     |    1 +
 GNUmakefile.am |    1 +
 Makefile       |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index ccb1fb4..0d0144d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ GNUmakefile.in
 
 /asc2log
 /bcmserver
+/can-calc-bit-timing
 /canbusload
 /candump
 /canfdtest
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 1bd6e72..d507a76 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -22,6 +22,7 @@ libcan_la_SOURCES = \
 bin_PROGRAMS = \
        asc2log \
        bcmserver \
+       can-calc-bit-timing \
        canbusload \
        candump \
        canfdtest \
diff --git a/Makefile b/Makefile
index 8e6c609..2c75e42 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ CFLAGS    = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include 
\
 PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun 
isotpserver
 PROGRAMS_CANGW = cangw
 PROGRAMS_SLCAN = slcan_attach slcand
-PROGRAMS = candump cansniffer cansend canplayer cangen canbusload\
+PROGRAMS = can-calc-bit-timing candump cansniffer cansend canplayer cangen 
canbusload\
           log2long log2asc asc2log\
           canlogserver bcmserver\
           $(PROGRAMS_ISOTP)\
-- 
1.7.1

_______________________________________________
Socketcan-core mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-core

Reply via email to