From 6a29655429344a436273c1792f83afec6afee927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com> Date: Thu, 31 Jul 2014 15:33:26 -0400 Subject: [PATCH] deamon: fix linking sflphoned Refs:# 48032 --- daemon/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/bin/Makefile.am b/daemon/bin/Makefile.am index 2598f639e0..7d6340868f 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 -- GitLab