diff options
author | Nikias Bassen | 2020-06-08 23:01:57 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-08 23:01:57 +0200 |
commit | b115d74015a1caf17df790a95875afa2a387b63c (patch) | |
tree | 9a95e0c514ec839b72400a61f6ca2b94d6e608ae /configure.ac | |
parent | 4850e86a355a631bff9fa15aa21cc430fc50f60a (diff) | |
download | libirecovery-b115d74015a1caf17df790a95875afa2a387b63c.tar.gz libirecovery-b115d74015a1caf17df790a95875afa2a387b63c.tar.bz2 |
Rename pkg-config file to include major version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 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])]) AC_OUTPUT([ Makefile src/Makefile -src/libirecovery.pc +src/libirecovery-1.0.pc include/Makefile tools/Makefile udev/Makefile |