X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/can-utils.git/blobdiff_plain/62c030b21f39be64ee7f504d47c928883b64b84e..HEAD:/GNUmakefile.am diff --git a/GNUmakefile.am b/GNUmakefile.am index 1bd6e72..fc8f6e7 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -9,7 +9,24 @@ LDADD = \ noinst_HEADERS = \ lib.h \ - terminal.h + terminal.h \ + include/linux/can/bcm.h \ + include/linux/can/core.h \ + include/linux/can/dev.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 \ + include/socketcan/can/bcm.h \ + include/socketcan/can/error.h \ + include/socketcan/can/gw.h \ + include/socketcan/can.h \ + include/socketcan/can/ioctl.h \ + include/socketcan/can/isotp.h \ + include/socketcan/can/netlink.h \ + include/socketcan/can/raw.h noinst_LTLIBRARIES = \ @@ -22,34 +39,27 @@ libcan_la_SOURCES = \ bin_PROGRAMS = \ asc2log \ bcmserver \ + can-calc-bit-timing \ canbusload \ 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