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

  1. MAINTAINERCLEANFILES=Makefile.in
  2. AM_CFLAGS = $(JACK_CFLAGS) $(LIBFREEBOB_CFLAGS) $(ALSA_CFLAGS)
  3. plugindir = $(ADDON_DIR)
  4. plugin_LTLIBRARIES = jack_freebob.la
  5. jack_freebob_la_SOURCES = freebob_driver.c
  6. jack_freebob_la_LIBADD = $(LIBFREEBOB_LIBS) $(ALSA_LIBS)
  7. jack_freebob_la_LDFLAGS = -module -avoid-version
  8. noinst_HEADERS = freebob_driver.h