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
265B

  1. MAINTAINCLEANFILES = Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS) -I/opt/oss/include
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_oss.la
  5. jack_oss_la_LDFLAGS = -module -avoid-version
  6. jack_oss_la_SOURCES = oss_driver.c oss_driver.h
  7. noinst_HEADERS = oss_driver.h