diff options
| -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 | |||
| 8 | irecovery_SOURCES = irecovery.c | 8 | irecovery_SOURCES = irecovery.c |
| 9 | irecovery_CFLAGS = $(AM_CFLAGS) | 9 | irecovery_CFLAGS = $(AM_CFLAGS) |
| 10 | irecovery_LDFLAGS = $(AM_LDFLAGS) | 10 | irecovery_LDFLAGS = $(AM_LDFLAGS) |
| 11 | irecovery_LDADD = $(top_srcdir)/src/libirecovery.la \ No newline at end of file | 11 | irecovery_LDADD = $(top_builddir)/src/libirecovery.la |
