diff options
| author | 2020-06-12 19:06:57 +0200 | |
|---|---|---|
| committer | 2020-06-14 22:21:04 +0200 | |
| commit | 01752b5dcb825910f802344b70d22c7a708ac33d (patch) | |
| tree | ca6ef74d8c55bf6533d710b00ab73ed4f9a7a2bb /tools | |
| 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')
| -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 | |||
| 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_builddir)/src/libirecovery.la | 11 | irecovery_LDADD = $(top_builddir)/src/libirecovery-1.0.la |
