X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=config%2Fcmd%2FMakefile.am;fp=config%2Fcmd%2FMakefile.am;h=8130e7024d1d155b16867deceb96cd02a8026233;hb=7df0ddad481bb2e644bba361d0d3defdbd68494e;hp=0000000000000000000000000000000000000000;hpb=d6af9cf30349e4c09b4e9e60342bf1ddd142abd1;p=doldaconnect.git diff --git a/config/cmd/Makefile.am b/config/cmd/Makefile.am new file mode 100644 index 0000000..8130e70 --- /dev/null +++ b/config/cmd/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS=locktouch tthsum +libexec_PROGRAMS=speedrec + +speedrec_SOURCES=speedrec.c +locktouch_SOURCES=locktouch.c +tthsum_SOURCES=tthsum.c + +AM_CPPFLAGS=-I$(top_srcdir)/include +tthsum_LDADD=$(top_srcdir)/common/libcommon.a