From 6493a5f501c3dfe158554020d4a6a10329273cbd Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 9 Jun 2005 17:17:13 +0000 Subject: Add OSS mixer <-> ALSA control plugin Added the external OSS mixer <-> ALSA control plugin. --- ctl/oss/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ctl/oss/Makefile.am (limited to 'ctl/oss/Makefile.am') diff --git a/ctl/oss/Makefile.am b/ctl/oss/Makefile.am new file mode 100644 index 0000000..f1c0e04 --- /dev/null +++ b/ctl/oss/Makefile.am @@ -0,0 +1,10 @@ +asound_module_ctl_oss_LTLIBRARIES = libasound_module_ctl_oss.la + +asound_module_ctl_ossdir = $(libdir)/alsa-lib + +AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ +libasound_module_ctl_oss_la_SOURCES = ctl_oss.c +libasound_module_ctl_oss_la_LDFLAGS = -module -avoid-version -export-dynamic +libasound_module_ctl_oss_la_LIBADD = @ALSA_LIBS@ + +EXTRA_DIST = README -- cgit