summaryrefslogtreecommitdiff
path: root/tools/alsa_midi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/alsa_midi/Makefile.am')
m---------tools0
-rw-r--r--tools/alsa_midi/Makefile.am13
2 files changed, 0 insertions, 13 deletions
diff --git a/tools b/tools
new file mode 160000
+Subproject 7aebcedd57ca61d5291b800845d161478f045fb
diff --git a/tools/alsa_midi/Makefile.am b/tools/alsa_midi/Makefile.am
deleted file mode 100644
index 55950f4..0000000
--- a/tools/alsa_midi/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-#
-# in-process ALSA/JACK MIDI bridge client
-#
-
-alsa_mididir = $(ADDON_DIR)
-
-alsa_midi_LTLIBRARIES = alsa_midi.la
-alsa_midi_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@
-alsa_midi_la_SOURCES = alsa_midi.c port.c port_hash.c port_thread.c list.c
-
-noinst_HEADERS = a2j.h list.h port.h port_hash.h port_thread.h