summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorVinicius Gomes <vinicius.gomes@openbossa.org>2008-03-28 14:11:18 +0000
committerVinicius Gomes <vinicius.gomes@openbossa.org>2008-03-28 14:11:18 +0000
commiteb897867c1cc4802c168d3ca11a0e26b897bcb01 (patch)
treef07ea5183d9718faad7934c48fc9b1bf6958a43f /audio
parent2fff5cdc8c0d7a626890ee8f0dd82d464e4fd375 (diff)
audio: Fixing the Makefile.am so it can compile on 64 bits machines.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 239d78be..52dcd0ae 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -12,7 +12,9 @@ libaudio_la_SOURCES = main.c \
a2dp.c a2dp.h control.c control.h
libaudio_la_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
-libaudio_la_LIBADD = $(top_builddir)/common/libhelper.a \
+# libaudio_la_LIBADD = $(top_builddir)/common/libhelper.a \
+# @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
+LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
libaudio_la_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
if ALSA