Skip to content
Snippets Groups Projects
Commit 6a296554 authored by Adrien Béraud's avatar Adrien Béraud Committed by Tristan Matthews
Browse files

deamon: fix linking sflphoned

Refs:# 48032
parent d5f2142a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment