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.

13 lines
367B

  1. MAINTAINERCLEANFILES=Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS) -include /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_coreaudio.la
  5. jack_coreaudio_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@
  6. jack_coreaudio_la_SOURCES = coreaudio_driver.c coreaudio_driver.h
  7. noinst_HEADERS = coreaudio_driver.h