]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - GNUmakefile.am
pointer to const in lib
[can-utils.git] / GNUmakefile.am
index 630a69a95ba701c71753c7c12a35d014a0a46887..580e60d364c26fe3f43fb532fd3d14ae8b7dffe7 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I config/m4
+
 AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/include \
@@ -8,6 +10,7 @@ LDADD = \
        libcan.la
 
 noinst_HEADERS = \
+       canframelen.h \
        lib.h \
        terminal.h \
        include/linux/can/bcm.h \
@@ -23,7 +26,8 @@ noinst_LTLIBRARIES = \
        libcan.la
 
 libcan_la_SOURCES = \
-       lib.c
+       lib.c \
+       canframelen.c
 
 
 bin_PROGRAMS = \
@@ -40,6 +44,7 @@ bin_PROGRAMS = \
        cansend \
        cansniffer \
        isotpdump \
+       isotpperf \
        isotprecv \
        isotpsend \
        isotpserver \
@@ -77,4 +82,3 @@ MAINTAINERCLEANFILES = \
 maintainer-clean-local:
        -chmod -R a+rw $(distdir)
        -rm -fr $(distdir)
-