From 779deabf0e1fdefe4f6340546181ac9d81fcf670 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Tue, 22 Nov 2022 05:57:40 -0500 Subject: lib: cpp: automake: ship thrift/numeric_cast.h The `` header should be part of the installed thrift artifacts since it is included by other installed headers. Signed-off-by: Chris Friedt --- lib/cpp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index c015b0db6..7512ec53c 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -133,6 +133,7 @@ libthriftqt5_la_LDFLAGS = -release $(VERSION) $(BOOST_LDFLAGS) $(QT5_LIBS) include_thriftdir = $(includedir)/thrift include_thrift_HEADERS = \ $(top_builddir)/config.h \ + src/thrift/numeric_cast.h \ src/thrift/thrift-config.h \ src/thrift/thrift_export.h \ src/thrift/TDispatchProcessor.h \ -- cgit v1.2.1