diff options
| author | 2020-06-08 23:01:57 +0200 | |
|---|---|---|
| committer | 2020-06-08 23:01:57 +0200 | |
| commit | b115d74015a1caf17df790a95875afa2a387b63c (patch) | |
| tree | 9a95e0c514ec839b72400a61f6ca2b94d6e608ae | |
| parent | 4850e86a355a631bff9fa15aa21cc430fc50f60a (diff) | |
| download | libirecovery-b115d74015a1caf17df790a95875afa2a387b63c.tar.gz libirecovery-b115d74015a1caf17df790a95875afa2a387b63c.tar.bz2 | |
Rename pkg-config file to include major version
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/libirecovery-1.0.pc.in (renamed from src/libirecovery.pc.in) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 962fecf..d35b289 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -183,7 +183,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | |||
| 183 | AC_OUTPUT([ | 183 | AC_OUTPUT([ |
| 184 | Makefile | 184 | Makefile |
| 185 | src/Makefile | 185 | src/Makefile |
| 186 | src/libirecovery.pc | 186 | src/libirecovery-1.0.pc |
| 187 | include/Makefile | 187 | include/Makefile |
| 188 | tools/Makefile | 188 | tools/Makefile |
| 189 | udev/Makefile | 189 | udev/Makefile |
diff --git a/src/Makefile.am b/src/Makefile.am index 24a1aa3..538c2ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -22,4 +22,4 @@ libirecovery_la_LDFLAGS += -avoid-version | |||
| 22 | endif | 22 | endif |
| 23 | 23 | ||
| 24 | pkgconfigdir = $(libdir)/pkgconfig | 24 | pkgconfigdir = $(libdir)/pkgconfig |
| 25 | pkgconfig_DATA = libirecovery.pc | 25 | pkgconfig_DATA = libirecovery-1.0.pc |
diff --git a/src/libirecovery.pc.in b/src/libirecovery-1.0.pc.in index 11ac86a..11ac86a 100644 --- a/src/libirecovery.pc.in +++ b/src/libirecovery-1.0.pc.in | |||
