diff options
author | Martin Szulecki | 2020-06-12 19:06:57 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-14 22:21:04 +0200 |
commit | 01752b5dcb825910f802344b70d22c7a708ac33d (patch) | |
tree | ca6ef74d8c55bf6533d710b00ab73ed4f9a7a2bb /tools/Makefile.am | |
parent | 27ff99b5eef881775ec669baad5ab670d7ff9fa4 (diff) | |
download | libirecovery-01752b5dcb825910f802344b70d22c7a708ac33d.tar.gz libirecovery-01752b5dcb825910f802344b70d22c7a708ac33d.tar.bz2 |
Add API version to library and pkgconfig file for proper linking
Diffstat (limited to 'tools/Makefile.am')
-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 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 |