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.
14 lines
389 B
14 lines
389 B
include $(top_srcdir)/modules/common.am
|
|
audio_mixerdir = $(pluginsdir)/audio_mixer
|
|
|
|
libfloat_mixer_plugin_la_SOURCES = float.c
|
|
libfloat_mixer_plugin_la_LIBADD = $(LIBM)
|
|
if HAVE_WIN32
|
|
libfloat_mixer_plugin_la_DEPENDENCIES = libfloat_mixer_plugin.rc.o
|
|
endif
|
|
|
|
libinteger_mixer_plugin_la_SOURCES = integer.c
|
|
|
|
audio_mixer_LTLIBRARIES = \
|
|
libfloat_mixer_plugin.la \
|
|
libinteger_mixer_plugin.la
|
|
|