From f6f1a6c8a0a3293b799740617f04b245834d2412 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 22 Nov 2007 16:57:33 +0000 Subject: Link librt with the alsa module (needs to be fixed with proper autotools checks later) --- audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/Makefile.am b/audio/Makefile.am index b04fc302..e29d9fba 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -25,7 +25,7 @@ alsa_LTLIBRARIES = libasound_module_pcm_bluetooth.la libasound_module_ctl_blueto libasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c rtp.h ipc.h ipc.c libasound_module_pcm_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_pcm_.* -libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @ALSA_LIBS@ +libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @ALSA_LIBS@ -lrt libasound_module_pcm_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @SBC_CFLAGS@ libasound_module_ctl_bluetooth_la_SOURCES = ctl_bluetooth.c rtp.h ipc.h ipc.c -- cgit