summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-12 19:06:57 +0200
committerGravatar Martin Szulecki2020-06-14 22:21:04 +0200
commit01752b5dcb825910f802344b70d22c7a708ac33d (patch)
treeca6ef74d8c55bf6533d710b00ab73ed4f9a7a2bb /tools
parent27ff99b5eef881775ec669baad5ab670d7ff9fa4 (diff)
downloadlibirecovery-01752b5dcb825910f802344b70d22c7a708ac33d.tar.gz
libirecovery-01752b5dcb825910f802344b70d22c7a708ac33d.tar.bz2
Add API version to library and pkgconfig file for proper linking
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 84e7981..03728b2 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_builddir)/src/libirecovery.la
+irecovery_LDADD = $(top_builddir)/src/libirecovery-1.0.la