mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Updated src/liblzma/Makefile.am to use liblzma.pc.in, which
should have been in the previous commit.
This commit is contained in:
parent
7ed9d943b3
commit
28e75f7086
1 changed files with 2 additions and 2 deletions
|
@ -52,5 +52,5 @@ endif
|
||||||
|
|
||||||
## pkg-config
|
## pkg-config
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = lzma.pc
|
pkgconfig_DATA = liblzma.pc
|
||||||
EXTRA_DIST = lzma.pc.in
|
EXTRA_DIST = liblzma.pc.in
|
||||||
|
|
Loading…
Reference in a new issue