summaryrefslogtreecommitdiffstats
path: root/src/GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile.am')
-rw-r--r--src/GNUmakefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/GNUmakefile.am b/src/GNUmakefile.am
new file mode 100644
index 0000000..195532c
--- /dev/null
+++ b/src/GNUmakefile.am
@@ -0,0 +1,15 @@
+bin_PROGRAMS = \
+ candump \
+ canecho \
+ cansend \
+ cansequence
+
+sbin_PROGRAMS = \
+ canconfig
+
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/include
+ -I$(top_builddir)/include
+
+MAINTAINERCLEANFILES = \
+ GNUmakefile.in