alsa-utils/seq/aseqsend/Makefile.am
Miroslav Kovac 7547242d0f aseqsend: initial version
aseqsend is a command-line utility which allows one to send SysEx
(system exclusive) data to ALSA MIDI seqencer port. It can also send
any other MIDI commands.

Closes: https://github.com/alsa-project/alsa-utils/pull/257
Signed-off-by: Miroslav Kovac <mixxoo@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-05-23 13:22:20 +02:00

6 lines
109 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/include
EXTRA_DIST = aseqsend.1
bin_PROGRAMS = aseqsend
man_MANS = aseqsend.1