diff options
| author | 2020-06-08 15:12:54 +0200 | |
|---|---|---|
| committer | 2020-06-08 15:12:54 +0200 | |
| commit | 7f24d0ec98605c085ae030fec7a1d87ec675cad4 (patch) | |
| tree | 98f6d7f99c8235807c2e77746bfb230f764fe6dd /src/Makefile.am | |
| 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 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 265c91a..e5dc9c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -19,3 +19,6 @@ libirecovery_la_SOURCES = libirecovery.c \ | |||
| 19 | if WIN32 | 19 | if WIN32 |
| 20 | libirecovery_la_LDFLAGS += -avoid-version | 20 | libirecovery_la_LDFLAGS += -avoid-version |
| 21 | endif | 21 | endif |
| 22 | |||
| 23 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 24 | pkgconfig_DATA = libirecovery.pc | ||
