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) -I/opt/oss/include
-
- plugindir = $(ADDON_DIR)
-
- plugin_LTLIBRARIES = jack_oss.la
-
- jack_oss_la_LDFLAGS = -module -avoid-version
- jack_oss_la_SOURCES = oss_driver.c oss_driver.h
-
- noinst_HEADERS = oss_driver.h
|