summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-04-26 18:20:00 +0200
committerGravatar Martin Szulecki2014-04-26 18:20:00 +0200
commit14a268cd86e63a3160ddf30a65f8eb382922c83c (patch)
tree8810534f42fcb728f82d367b37e081a00fe59ad1 /tools
parentefc608fb974cd15d4866e7fa9badc673268df925 (diff)
downloadlibirecovery-14a268cd86e63a3160ddf30a65f8eb382922c83c.tar.gz
libirecovery-14a268cd86e63a3160ddf30a65f8eb382922c83c.tar.bz2
tools: Fix distcheck and out-of-tree build
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ac062c5..84e7981 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,4 +8,4 @@ bin_PROGRAMS = irecovery
irecovery_SOURCES = irecovery.c
irecovery_CFLAGS = $(AM_CFLAGS)
irecovery_LDFLAGS = $(AM_LDFLAGS)
-irecovery_LDADD = $(top_srcdir)/src/libirecovery.la \ No newline at end of file
+irecovery_LDADD = $(top_builddir)/src/libirecovery.la