]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - GNUmakefile.am
isotpperf: fix printed FC STMin value
[can-utils.git] / GNUmakefile.am
index 630a69a95ba701c71753c7c12a35d014a0a46887..53dfb4ec47db521151b48536c97da4862f8f682d 100644 (file)
@@ -8,6 +8,7 @@ LDADD = \
        libcan.la
 
 noinst_HEADERS = \
+       canframelen.h \
        lib.h \
        terminal.h \
        include/linux/can/bcm.h \
@@ -23,7 +24,8 @@ noinst_LTLIBRARIES = \
        libcan.la
 
 libcan_la_SOURCES = \
-       lib.c
+       lib.c \
+       canframelen.c
 
 
 bin_PROGRAMS = \
@@ -40,6 +42,7 @@ bin_PROGRAMS = \
        cansend \
        cansniffer \
        isotpdump \
+       isotpperf \
        isotprecv \
        isotpsend \
        isotpserver \
@@ -77,4 +80,3 @@ MAINTAINERCLEANFILES = \
 maintainer-clean-local:
        -chmod -R a+rw $(distdir)
        -rm -fr $(distdir)
-