From a5581a6ae111e85a93a719a434e0229670a6263b Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Thu, 31 Jul 2008 17:01:29 +0200 Subject: Add usb_stream PCM plugin usb_stream PCM plugin is used together with snd-usb-us122l driver. Signed-off-by: Takashi Iwai --- usb_stream/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 usb_stream/Makefile.am (limited to 'usb_stream/Makefile.am') diff --git a/usb_stream/Makefile.am b/usb_stream/Makefile.am new file mode 100644 index 0000000..49373ee --- /dev/null +++ b/usb_stream/Makefile.am @@ -0,0 +1,9 @@ +asound_module_pcm_usb_stream_LTLIBRARIES = libasound_module_pcm_usb_stream.la + +asound_module_pcm_usb_streamdir = @ALSA_PLUGIN_DIR@ + +AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ +AM_LDFLAGS = -module -avoid-version -export-dynamic + +libasound_module_pcm_usb_stream_la_SOURCES = pcm_usb_stream.c +libasound_module_pcm_usb_stream_la_LIBADD = @ALSA_LIBS@ -- cgit