summaryrefslogtreecommitdiffstats
path: root/sdpd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-17 22:58:54 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-17 22:58:54 +0000
commit1e33e3190f1545cf23c03dd2a13e5cf439add265 (patch)
treed9498267378db5e227333359433bed25717f902a /sdpd
parentfdd685636fc68c13758084bdfe1232c0d636308d (diff)
Change linking order
Diffstat (limited to 'sdpd')
-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@