summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
diff options
context:
space:
mode:
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@