summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Friedt <cfriedt@meta.com>2022-11-22 05:57:40 -0500
committerJens Geyer <Jens-G@users.noreply.github.com>2022-11-22 21:56:29 +0100
commit779deabf0e1fdefe4f6340546181ac9d81fcf670 (patch)
treefb8a479b8667136ac5cb1883ee98c0cdbe6da871
parent27ff942b5c248719c9937db66b26bc2d60e1d465 (diff)
downloadthrift-779deabf0e1fdefe4f6340546181ac9d81fcf670.tar.gz
lib: cpp: automake: ship thrift/numeric_cast.h
The `<thrift/numeric_cast.h>` header should be part of the installed thrift artifacts since it is included by other installed headers. Signed-off-by: Chris Friedt <cfriedt@meta.com>
-rw-r--r--lib/cpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \