]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - GNUmakefile.am
candump: Enable HW timestamping before using it
[can-utils.git] / GNUmakefile.am
index d507a766ee475cbee7ed3b011315d84500955ea8..580e60d364c26fe3f43fb532fd3d14ae8b7dffe7 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I config/m4
+
 AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/include \
@@ -8,15 +10,24 @@ LDADD = \
        libcan.la
 
 noinst_HEADERS = \
+       canframelen.h \
        lib.h \
-       terminal.h
+       terminal.h \
+       include/linux/can/bcm.h \
+       include/linux/can/error.h \
+       include/linux/can/gw.h \
+       include/linux/can.h \
+       include/linux/can/isotp.h \
+       include/linux/can/netlink.h \
+       include/linux/can/raw.h
 
 
 noinst_LTLIBRARIES = \
        libcan.la
 
 libcan_la_SOURCES = \
-       lib.c
+       lib.c \
+       canframelen.c
 
 
 bin_PROGRAMS = \
@@ -27,30 +38,23 @@ bin_PROGRAMS = \
        candump \
        canfdtest \
        cangen \
+       cangw \
        canlogserver \
        canplayer \
        cansend \
        cansniffer \
-       log2asc \
-       log2long \
-       slcan_attach \
-       slcand \
-       slcanpty
-
-if CONFIG_GW
-bin_PROGRAMS += \
-       cangw
-endif
-
-if CONFIG_ISOTP
-bin_PROGRAMS += \
        isotpdump \
+       isotpperf \
        isotprecv \
        isotpsend \
        isotpserver \
        isotpsniffer \
-       isotptun
-endif
+       isotptun \
+       log2asc \
+       log2long \
+       slcan_attach \
+       slcand \
+       slcanpty
 
 EXTRA_DIST = \
        autogen.sh
@@ -78,4 +82,3 @@ MAINTAINERCLEANFILES = \
 maintainer-clean-local:
        -chmod -R a+rw $(distdir)
        -rm -fr $(distdir)
-