diff --git a/daemon/bin/Makefile.am b/daemon/bin/Makefile.am index 2598f639e02406f968b26dc1ef524cd9206f86d2..7d6340868f9a775e84969cf8b526575af44426df 100644 --- a/daemon/bin/Makefile.am +++ b/daemon/bin/Makefile.am @@ -8,4 +8,4 @@ sflphoned_SOURCES = main.cpp sflphoned_CXXFLAGS=-I$(top_srcdir)/src ${DBUSCPP_CFLAGS} \ -DTOP_BUILDDIR=\"$$(cd "$(top_builddir)"; pwd)\" -sflphoned_LDADD = ${DBUSCPP_LIBS} dbus/libclient_dbus.la $(top_builddir)/src/libsflphone.la +sflphoned_LDADD = dbus/libclient_dbus.la ${DBUSCPP_LIBS} $(top_builddir)/src/libsflphone.la