From 172cc05cb1f3d2b69b15cfe94c792e042a41b274 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 2 Feb 2021 19:14:09 +0100 Subject: Add alsamidi iput engine. --- drumgizmo/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drumgizmo/Makefile.am') diff --git a/drumgizmo/Makefile.am b/drumgizmo/Makefile.am index b3bca32..7702b2e 100644 --- a/drumgizmo/Makefile.am +++ b/drumgizmo/Makefile.am @@ -77,6 +77,10 @@ drumgizmo_SOURCES += input/ossmidi.cc drumgizmo_CXXFLAGS += -DHAVE_INPUT_OSSMIDI endif # HAVE_INPUT_OSSMIDI +if HAVE_INPUT_ALSAMIDI +drumgizmo_SOURCES += input/alsamidi.cc +drumgizmo_CXXFLAGS += -DHAVE_INPUT_ALSAMIDI +endif # HAVE_INPUT_ALSAMIDI # Only compile jackclient.cc if at least one of the jack modules are included. if HAVE_OUTPUT_JACKAUDIO @@ -93,6 +97,7 @@ EXTRA_DIST = \ input/inputdummy.h \ input/test.h \ input/jackmidi.h \ + input/alsamidi.h \ input/midifile.h \ input/ossmidi.h \ output/alsa.h \ -- cgit v1.2.3