summaryrefslogtreecommitdiffstats
path: root/sdpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/Makefile.am')
-rw-r--r--sdpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am
index a520ac46..d29932da 100644
--- a/sdpd/Makefile.am
+++ b/sdpd/Makefile.am
@@ -7,7 +7,7 @@ sbin_PROGRAMS = sdpd
sdpd_SOURCES = main.c
-sdpd_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a libsdpserver.a
+sdpd_LDADD = @BLUEZ_LIBS@ libsdpserver.a $(top_builddir)/common/libhelper.a
AM_CFLAGS = @BLUEZ_CFLAGS@