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
434 B
13 lines
434 B
audio_mixerdir = $(pluginsdir)/audio_mixer
|
|
|
|
libfloat_mixer_plugin_la_SOURCES = audio_mixer/float.c
|
|
libfloat_mixer_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
libfloat_mixer_plugin_la_LIBADD = $(LIBM)
|
|
|
|
libinteger_mixer_plugin_la_SOURCES = audio_mixer/integer.c
|
|
libinteger_mixer_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
libinteger_mixer_plugin_la_LIBADD = $(LIBM)
|
|
|
|
audio_mixer_LTLIBRARIES = \
|
|
libfloat_mixer_plugin.la \
|
|
libinteger_mixer_plugin.la
|
|
|