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.
|
- MAINTAINCLEANFILES = Makefile.in
-
- AM_CFLAGS = $(JACK_CFLAGS)
-
- if HAVE_SAMPLERATE
-
- plugindir = $(ADDON_DIR)
-
- plugin_LTLIBRARIES = jack_net.la
-
- jack_net_la_LIBADD = -lsamplerate
-
- jack_net_la_LDFLAGS = -module -avoid-version
- jack_net_la_SOURCES = net_driver.c netjack_packet.c
-
- noinst_HEADERS = net_driver.h netjack_packet.h
-
- endif # HAVE_SAMPLERATE
|