summaryrefslogtreecommitdiffstats
path: root/sdpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/Makefile.am')
-rw-r--r--sdpd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am
index a82c2756..226d1f5c 100644
--- a/sdpd/Makefile.am
+++ b/sdpd/Makefile.am
@@ -2,7 +2,8 @@
sbin_PROGRAMS = sdpd
sdpd_SOURCES = main.c request.c service.c cstate.c servicedb.c sdpd.h
-sdpd_LDADD = @BLUEZ_LIBS@
+
+sdpd_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
AM_CFLAGS = @BLUEZ_CFLAGS@