summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-06 18:55:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-06 18:55:26 +0200
commit0124ee98f794af3873458a7198016561afb0003b (patch)
treee6e925f0bb84beef589e8a5139004272a4cfe39e /cups/Makefile.am
parentda22fe66ce12bc1a3524c4b7decdbe278a5344d8 (diff)
Add temporary fix for the CUPS compile issue
Diffstat (limited to 'cups/Makefile.am')
-rw-r--r--cups/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am
index f01665ee..70a8ba82 100644
--- a/cups/Makefile.am
+++ b/cups/Makefile.am
@@ -6,8 +6,7 @@ cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c cups.h sdp.c spp.c hcrp.c
-bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
- @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
+bluetooth_LDADD = @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
endif
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@