From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6983787457723980261==" MIME-Version: 1.0 From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau Subject: [RFC v2 4/8] handsfree-audio: Link tool with Alsa Date: Wed, 06 Mar 2013 10:25:30 +0100 Message-ID: <1362561934-24913-4-git-send-email-frederic.dalleau@linux.intel.com> In-Reply-To: <1362561934-24913-1-git-send-email-frederic.dalleau@linux.intel.com> List-Id: To: ofono@ofono.org --===============6983787457723980261== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 17617f9..1ab6c05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -725,7 +725,7 @@ tools_huawei_audio_SOURCES =3D $(gdbus_sources) tools/h= uawei-audio.c tools_huawei_audio_LDADD =3D @GLIB_LIBS@ @DBUS_LIBS@ = tools_handsfree_audio_SOURCES =3D $(gdbus_sources) tools/handsfree-audio.c -tools_handsfree_audio_LDADD =3D @GLIB_LIBS@ @DBUS_LIBS@ +tools_handsfree_audio_LDADD =3D @GLIB_LIBS@ @DBUS_LIBS@ @ALSA_LIBS@ -lpthr= ead = tools_auto_enable_SOURCES =3D $(gdbus_sources) tools/auto-enable.c tools_auto_enable_LDADD =3D @GLIB_LIBS@ @DBUS_LIBS@ -- = 1.7.9.5 --===============6983787457723980261==--