diff options
| author | 2020-06-08 15:12:54 +0200 | |
|---|---|---|
| committer | 2020-06-08 15:12:54 +0200 | |
| commit | 7f24d0ec98605c085ae030fec7a1d87ec675cad4 (patch) | |
| tree | 98f6d7f99c8235807c2e77746bfb230f764fe6dd /configure.ac | |
| parent | b541420a9442c75e76b67b93431b60759d79937e (diff) | |
| download | libirecovery-7f24d0ec98605c085ae030fec7a1d87ec675cad4.tar.gz libirecovery-7f24d0ec98605c085ae030fec7a1d87ec675cad4.tar.bz2 | |
Move pkg-config file into src directory as the standard recommends
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 8a41541..962fecf 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -183,9 +183,9 @@ 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 | include/Makefile | 187 | include/Makefile |
| 187 | tools/Makefile | 188 | tools/Makefile |
| 188 | libirecovery.pc | ||
| 189 | udev/Makefile | 189 | udev/Makefile |
| 190 | ]) | 190 | ]) |
| 191 | 191 | ||
