diff options
| -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 | |||
