Skip to content

Commit 9922eb4

Browse files
committed
Rev 0.19 adds a missing include to the dist
1 parent 2071db0 commit 9922eb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# by homebrew, see the commands to set PKG_CONFIG_PATH in build.sh.
55

66
AC_PREREQ([2.69])
7-
AC_INIT([lightstep-tracer-cpp], [0.18],
7+
AC_INIT([lightstep-tracer-cpp], [0.19],
88
[https://github.com/lightstep/lightstep-tracer-cpp/issues])
99
LT_INIT([disable-shared])
1010
AM_INIT_AUTOMAKE([1.14 foreign subdir-objects])

src/c++11/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ nobase_include_HEADERS = \
2121
lightstep/collector.grpc.pb.h \
2222
lightstep/collector.pb.h \
2323
lightstep/envoy_carrier.pb.h \
24+
lightstep/envoy.h \
2425
lightstep/impl.h \
2526
lightstep/options.h \
2627
lightstep/propagation.h \

0 commit comments

Comments
 (0)