diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-22 16:57:33 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-22 16:57:33 +0000 |
commit | f6f1a6c8a0a3293b799740617f04b245834d2412 (patch) | |
tree | 47b7d06bdc13d60881addbfa74dfffd532f7ffa7 /audio | |
parent | db90b606bb8b3ecd2a84a97a4a557ab026287d54 (diff) |
Link librt with the alsa module (needs to be fixed with proper autotools checks later)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |