summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-02-10 00:21:01 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-02-10 00:21:01 +0000
commit93070a1a7a4af492f49d2d61d25602d032d9e0aa (patch)
treeae5db64b9693d1e52aacdb7355bdd51fcae08a70 /configure.in
parente4b4cf97715729084740673c44dfabcf8b29fcfe (diff)
Add the ALSA library plugin for A2DP
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 02044052..602aa3a7 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,12 @@ AC_PROG_INSTALL
AC_PROG_YACC
AM_PROG_LEX
+m4_define([_LT_AC_TAGCONFIG], [])
+m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
+
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
+
AC_PATH_BLUEZ
AC_PATH_OPENOBEX
AC_PATH_ALSA
@@ -28,4 +34,4 @@ AC_PATH_DBUS
AC_ARG_BLUEZ
-AC_OUTPUT(Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile test/Makefile scripts/Makefile pcmcia/Makefile extra/Makefile)
+AC_OUTPUT(Makefile config/Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile alsa/Makefile test/Makefile scripts/Makefile pcmcia/Makefile extra/Makefile)