diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 00:48:23 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 00:48:23 +0200 |
commit | 28e75f7086dbe9501d926c370375c69dfb1236ce (patch) | |
tree | 09f8caa593712a8914bf76cfea91d812b93bd713 /src/liblzma/Makefile.am | |
parent | Remove lzma_init() and other init functions from liblzma API. (diff) | |
download | xz-28e75f7086dbe9501d926c370375c69dfb1236ce.tar.xz |
Updated src/liblzma/Makefile.am to use liblzma.pc.in, which
should have been in the previous commit.
Diffstat (limited to 'src/liblzma/Makefile.am')
-rw-r--r-- | src/liblzma/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/Makefile.am b/src/liblzma/Makefile.am index 46a80835..14e168f4 100644 --- a/src/liblzma/Makefile.am +++ b/src/liblzma/Makefile.am @@ -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 |