From 14a268cd86e63a3160ddf30a65f8eb382922c83c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 26 Apr 2014 18:20:00 +0200 Subject: tools: Fix distcheck and out-of-tree build --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.1-32-gdbae