diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
commit | 207df6fc406e81bfeebdff7f404bd242ff3f099f (patch) | |
tree | a1a796b056909dd0a04ffec163db9363a8757808 /src/pcrepp/Makefile.am | |
parent | Releasing progress-linux version 0.11.2-1~progress7.99u1. (diff) | |
download | lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip |
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/pcrepp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcrepp/Makefile.am b/src/pcrepp/Makefile.am index 72e8319..d3f3feb 100644 --- a/src/pcrepp/Makefile.am +++ b/src/pcrepp/Makefile.am @@ -16,7 +16,8 @@ AM_CXXFLAGS = $(CODE_COVERAGE_CXXFLAGS) noinst_LIBRARIES = libpcrepp.a noinst_HEADERS = \ - pcre2pp.hh + pcre2pp.hh \ + pcre2pp_fwd.hh libpcrepp_a_SOURCES = \ pcre2pp.cc |