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.

14 lines
295B

  1. MAINTAINCLEANFILES = Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS)
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_sndio.la
  5. jack_sndio_la_LDFLAGS = -module -avoid-version
  6. jack_sndio_la_LIBADD = $(SNDIO_LIBS)
  7. jack_sndio_la_SOURCES = sndio_driver.c sndio_driver.h
  8. noinst_HEADERS = sndio_driver.h