diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2021-06-23 19:56:29 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2021-07-06 16:22:38 +0200 |
commit | 1d4bb74c34c00a357478087998cc72684ae7aa16 (patch) | |
tree | 5ba88181380842bf5cf0d6fcb62e8918647ed85d /expat/Makefile.am | |
parent | 663e529eed7720585177e93f87ba8f859c74a9ce (diff) | |
download | libexpat-git-1d4bb74c34c00a357478087998cc72684ae7aa16.tar.gz |
CMake: Fix pkg-config section "Libs" for multi-config CMake generators
Diffstat (limited to 'expat/Makefile.am')
-rw-r--r-- | expat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/expat/Makefile.am b/expat/Makefile.am index 4ff5c8ab..e6e7971e 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -75,6 +75,7 @@ _EXTRA_DIST_CMAKE = \ CMakeLists.txt \ CMake.README \ ConfigureChecks.cmake \ + expat.pc.cmake \ expat_config.h.cmake _EXTRA_DIST_WINDOWS = \ |