diff options
author | Martin Szulecki | 2014-04-26 18:20:00 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-04-26 18:20:00 +0200 |
commit | 14a268cd86e63a3160ddf30a65f8eb382922c83c (patch) | |
tree | 8810534f42fcb728f82d367b37e081a00fe59ad1 | |
parent | efc608fb974cd15d4866e7fa9badc673268df925 (diff) | |
download | libirecovery-14a268cd86e63a3160ddf30a65f8eb382922c83c.tar.gz libirecovery-14a268cd86e63a3160ddf30a65f8eb382922c83c.tar.bz2 |
tools: Fix distcheck and out-of-tree build
-rw-r--r-- | tools/Makefile.am | 2 |
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 |