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.

15 lines
284B

  1. MAINTAINERCLEANFILES=Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS)
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_dummy.la
  5. jack_dummy_la_LDFLAGS = -module -avoid-version
  6. jack_dummy_la_SOURCES = dummy_driver.c dummy_driver.h
  7. noinst_HEADERS = dummy_driver.h
  8. # jack_alsa_la_LIBADD =