]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - GNUmakefile.am
isotp[send|recv]: change command line option for extended addressing
[can-utils.git] / GNUmakefile.am
index d507a766ee475cbee7ed3b011315d84500955ea8..e008c6d639f6fd40a0d1124e11ec2eeadc850bd1 100644 (file)
@@ -8,15 +8,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 +36,22 @@ 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 \
        isotprecv \
        isotpsend \
        isotpserver \
        isotpsniffer \
-       isotptun
-endif
+       isotptun \
+       log2asc \
+       log2long \
+       slcan_attach \
+       slcand \
+       slcanpty
 
 EXTRA_DIST = \
        autogen.sh
@@ -78,4 +79,3 @@ MAINTAINERCLEANFILES = \
 maintainer-clean-local:
        -chmod -R a+rw $(distdir)
        -rm -fr $(distdir)
-