jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
364B

  1. MAINTAINERCLEANFILES=Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS)
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_alsa_midi.la
  5. jack_alsa_midi_la_LDFLAGS = -module -avoid-version
  6. jack_alsa_midi_la_SOURCES = alsa_rawmidi.c alsa_seqmidi.c alsa_midi_driver.c
  7. noinst_HEADERS = alsa_midi.h \
  8. midi_pack.h \
  9. midi_unpack.h
  10. jack_alsa_midi_la_LIBADD = $(ALSA_LIBS)