aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b320ef1..173562a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -12,9 +12,9 @@ bin_PROGRAMS = \
$(NULL)
modemctrl_SOURCES = modemctrl.c
-modemctrl_LDADD = $(top_srcdir)/samsung-ipc/libsamsung-ipc.la
+modemctrl_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
modemctrl_LDFLAGS =
samsung_ipc_forward_SOURCES = forward.c
-samsung_ipc_forward_LDADD = $(top_srcdir)/samsung-ipc/libsamsung-ipc.la
+samsung_ipc_forward_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
modemctrl_LDFLAGS =