diff options
author | Martin Szulecki | 2020-06-08 15:12:54 +0200 |
---|---|---|
committer | Martin Szulecki | 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])]) AC_OUTPUT([ Makefile src/Makefile +src/libirecovery.pc include/Makefile tools/Makefile -libirecovery.pc udev/Makefile ]) |