summaryrefslogtreecommitdiff
path: root/tools/alsa_midi/Makefile.am
blob: 096e3ee156aabfbcd94d8a0b04855b71bd0d2984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MAINTAINERCLEANFILES    = Makefile.in

#
# in-process ALSA/JACK MIDI bridge clients (1 for input, 1 for output) 
#

a2j_clientdir = $(ADDON_DIR)

a2j_client_LTLIBRARIES = a2j_in.la

a2j_common_sources = port.c port_hash.c port_thread.c list.c

a2j_in_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@
a2j_in_la_SOURCES = input_client.c $(a2j_common_sources)

noinst_HEADERS = a2j.h list.h port.h port_hash.h port_thread.h