Updated src/liblzma/Makefile.am to use liblzma.pc.in, which

should have been in the previous commit.
This commit is contained in:
Lasse Collin 2008-12-31 00:48:23 +02:00
parent 7ed9d943b3
commit 28e75f7086
1 changed files with 2 additions and 2 deletions

View File

@ -52,5 +52,5 @@ endif
## pkg-config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lzma.pc
EXTRA_DIST = lzma.pc.in
pkgconfig_DATA = liblzma.pc
EXTRA_DIST = liblzma.pc.in